
/*------------------------------------------------------------------
[ Input ]*/

body {
  background-color: #fff;
}

.wrap-input100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  height: 45px;
  position: relative;
  border: 1px solid #0E3453;
  border-radius: 10px;
  margin-bottom: 10px;
}

.label-input100 {
  font-size: 16px;
  color: #082741;
  display: block;
  pointer-events: none;
  width: 100%;
  padding-left: 10px;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-size: 16px;
  color: #555555;
  line-height: 1.2;
  padding: 0 16px;
}

input.input100 {
  height: 100%;
}

/*---------------------------------------------*/

.input100 {
  height: 48px;
}
.card-login input {
	outline: none;
	border: none;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
  border-radius: 10px;
  background: #0E3453;

  font-size: 12px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.login100-form-btn:hover {
  background: #082741;
}

.card-login button {
	outline: none !important;
	border: none;
}


/*==================================================================
[ Restyle Checkbox ]*/
.label-checkbox100 {
  font-size: 13px;
  color: #999999;
  display: block;
  position: relative;
  padding-left: 13px;
  cursor: pointer;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
  border-radius: 30%;
}


.login{
  margin-top: -6em;
}

.w-60 {
  width: 60% !important;
}

.top-deco{
  margin: 1em auto;
  width: 25%;
  height: 1px;
  background: #0E3453
}
