h2 {
  margin-top: 5px;
  margin-bottom: 15px;
}
.ulogin-form {
  margin: 0 auto;
  width: 30%;
  border: 1px solid #dfdfdf;
  margin-top: 100px;
  border-radius: 26px;
  padding: 0 12px;
}
.ulogin-form .mt_2 {
  margin: 26px 0 24px;
  font-weight: 400;
  color: var(--black);
}
.ulogin-form .form-control:focus {
  border-color: var(--black);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px #a7a7a7;
}
.ulogo_image img {
  width: 200px;
  height: auto;
  text-align: center;
}
.ulogo_image {
  text-align: center;
}

.ubtn {
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--white);
  padding: 4px;
  margin-top: 42px;
}
.form_container {
  margin-top: 40px;
}
.ubtn:hover {
  background: var(--black);
  color: var(--white);
}
.uotp_icon img {
  width: 100px;
  margin: 20px auto 4px;
  filter: grayscale(1);
}
#uotp_wrapper {
  text-align: center;
}
#uotp_wrapper #dialog #form input {
  margin: 0 5px;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  border: 1px solid var(--udarkgreen);
  box-shadow: 0 0 5px #ccc inset;
  outline: none;
  width: 20%;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
}
#uotp_wrapper #dialog #form {
  max-width: 300px;
  margin: 25px auto 0;
}

.uotp_button {
  margin-top: 30px;
  background-color: #ffff;
  color: var(--ublack);
  border: 1px solid var(--udarkgreen);
  padding: 10px 30px;
  font-family: inherit;
  text-align: center;
  font-size: 15px;
  border-radius: 4px;
  width: 100%;
}
.uotp_button:hover {
  background-color: var(--udarkgreen);
  color: #ffff;
}
.btn_verify {
  width: 100%;
  margin-bottom: 20px;
}
.Failure {
  color: red;
  margin-bottom: 10px;
  font-size: 12px;
}
#dialog h3 {
  font-weight: 400;
}
#dialog span {
  font-weight: 300;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* adil 17feb25 */
.btn_custom {
  font-weight: 400;
}

.loader {
  width: 15px;
  height: 15px;
  border: 3px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.close {
  font-size: 38px;
}
.modal-header .close {
  margin-top: -9px;
}
label {
  font-weight: unset;
  font-size: 16px;
}
/*  */
.pull-right {
  margin-top: 10px;
  cursor: pointer;
}

.ulogin-form .mt_2 {
  margin: 10px 0px;
}

.uotp_icon img {
  margin: unset;
}

button.otp_button.btn_custom {
  width: 100%;
  margin: 20px 0px;
}

.password-input-wrapper {
  position: relative;
}
.field-icon {
  position: absolute;
  right: 10px;
  top: 69%;
  transform: translateY(-50%);
  cursor: pointer;
}
.m__t {
  margin-top: 28px;
}

@media (max-width: 1280px) {
  .ulogin-form {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .ulogin-form {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .ulogin-form .mt_2 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .ulogin-form {
    width: 92%;
  }
  a#resend_code {
    font-size: 13px !important;
  }
}
