label {
  display: block;
  letter-spacing: 4px;
  text-align: left;
  padding: 15px;

}

/* animation for the label text to return to normal after 
user clicks away from the input box */
label .label-text {
  color: #9B9B9B;
  cursor: text;
  font-size: 15px;
  line-height: 20px;
  /* text-transform: uppercase; */
  /* -moz-transform: translateY(-34px);
  -ms-transform: translateY(-34px);
  -webkit-transform: translateY(-34px);
  transform: translateY(-34px);
  transition: all 0.3s; */
}
/* animation for the text to float up and turn white */
/* label input:focus + .label-text {
  color: #9B9B9B;
  font-size: 13px;
  margin-top: 30px;
  -moz-transform: translateY(-74px);
  -ms-transform: translateY(-74px);
  -webkit-transform: translateY(-74px);
  transform: translateY(-74px);
} */

/* remove the input box styling */
label input {
  background-color: transparent;
  border: none;
  /* border-bottom: 2px solid #4A4A4A; */
  color: rgb(8, 8, 8);
  font-size: 20px;
  letter-spacing: 1px;
  outline: none;
  padding: 5px 20px;
  text-align: left;
  /* transition: all 0.3s; */
  width: 200px;
  box-shadow: none !important;
}
/* once you click in the input the input width box animates */
label input:focus {
  max-width: 100%;
  width: 400px;
  font-weight: bold;
}

/* the text floats up during form validation */
/* label input:valid + .label-text {
  font-size: 13px;
  -moz-transform: translateY(-74px);
  -ms-transform: translateY(-74px);
  -webkit-transform: translateY(-74px);
  transform: translateY(-74px);
} */

/* .input-box{
  border-bottom: 1px solid #b8b5b5;
} */

.form-style {
  border-radius: 10px;
  /* margin: 30px; */
}

.input-border {
  border: none;

}

.button-style {
  height: 50px;
  font-weight: bold;
  font-size: 17px;
}

.text-style {
  text-align: center;
  color: #3394ed;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

.title-style {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.icon {
  margin-top: 20px;
  font-size: 20px;
  color: rgb(3, 71, 139);
  padding-left: 20px;
}

.arrow-style {
  margin-right: 7px;
}

hr {
  margin-top: 0px;
}

.password-steps {
  margin-top: 24px;
  width: 100%;
}

.password-steps ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

ul {
  margin-top: 0px;
  display: block;
  /* list-style-type: disc; */
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}

li {
  display: list-item;
  text-align: -webkit-match-parent;
}

.password-steps ul li {
  font-size: 13px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.6);
  position: relative;
}

.list-icon {
  vertical-align: middle;
  padding: 2px;
  color: #b2b2b2;
}

.password-steps ul li+li {
  margin-top: 10px;
}

.icon-lock {
  margin-top: 20px;
  font-size: 20px;
  color: rgb(3, 71, 139);
  padding-left: 20px;
}

.icon-eye {
  margin-top: 20px;
  font-size: 15px;
  color: rgb(3, 71, 139);
  margin-left: -20px;
}

.err {
  font-size: 11px;
  color: red !important;
}


.login-bg {
  background: linear-gradient(180deg, #EDF4FF 0%, #FFF 100%);
}

.login-bg-img {
  background: url(../image/path16.png) no-repeat;
  background-size: contain;
  /* Adjust the background size */
  background-position: center center;
}

.login-options {
  display: flex;
}

.login-option {
  display: flex;
  margin-right: 40px;
  cursor: pointer;
  padding: 0px;
  letter-spacing: 0px;
  color: #424242;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.login-option input[type="radio"] {
  width: fit-content;
  margin-right: 10px;
}

.login-option-style {
  display: flex;
  margin-right: 40px;
  padding: 0px;
  letter-spacing: 0px;
  color: #424242;
  font-family: 'Barlow', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.input-style {
  border-radius: 6px;
  border: 1px solid #CAD6EF;
  padding: 17px 16px;
  width: -webkit-fill-available;
  outline: none;
}

.send-otp-btn {
  border-radius: 6px;
  background: #BFC4CF;
  width: -webkit-fill-available;
  padding: 19px 0px;
  margin: 30px 0px;
}

.send-otp-txt {
  font-family: 'Barlow', sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}

.new-user {
  color: #424242;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Barlow', sans-serif;

}

.sign-up-now {
  font-family: 'Barlow', sans-serif;
  color: #0044BA;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

.input-style::placeholder {
  font-family: 'Barlow', sans-serif;
  color: #9C9C9C;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
}

.input-style-mc::placeholder {
  font-family: 'Barlow', sans-serif;
  color: #9C9C9C;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
}

.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #F4F6FB;
  color: #0044BA;
  font-size: 14px;
  font-weight: 500;
  margin-right: 10px;
}

.eyy-icon {
  font-size: 15px;
  color: #9C9C9C;
  margin-top: -7%;
  margin-left: 90%;
}

.otp-space {
  font-family: 'Barlow', sans-serif;
  color: #424242;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 16px;
}

.value-style {
  font-family: 'Barlow', sans-serif;
  color: #424242;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
}

.button-has-value {
  background: #0044BA;
  cursor: pointer;
}

.otp-desc {
  font-family: 'Barlow', sans-serif;
  color: #424242;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.errrr {
  font-family: 'Barlow', sans-serif;
  font-size: 12px;
  color: red !important;
}

@media only screen and (max-width: 768px) {
  .circle {
    background-color: #FFF;
    border: 1px solid #C2C6CC;
  }
}
