.logo {
  padding: 15px;
  width: 205px;
  height: auto;
  object-fit: contain;
}

.mt-10 {
  margin-top: 78px;
}

.login-page {
  /* padding: 70px 30px; */
  /* background: linear-gradient(to right, #ffd194, #70e1f5); */
  /* background: #333333; */
  /* fallback for old browsers */
  /* background: -webkit-linear-gradient(to bottom, #dd1818, #333333); */
  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to bottom, #dd1818, #333333); */
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  /* background: #00d2ff; */
  /* background: -webkit-linear-gradient(to right, #928dab, #00d2ff); */
  /* background: linear-gradient(to right, #928dab, #00d2ff); */
  background: #00adb5; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #6e48aa,
    #00adb5
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #6e48aa,
    #00adb5
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  color: black;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-form {
  background: white;
  padding: 30px;
  border-radius: 15px;
}

.login-img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.logo-img {
  width: 100%;
  height: 115px;
  object-fit: contain;
}
.abt-div {
  color: #fff;
}

.abt-img {
  max-width: 100%;
  height: auto;
  border: 5px solid #fff;
  border-radius: 10px;
}

h3.abt-title {
  font-weight: 600;
  font-family: poppins;
}

/* p.abt-para {
  font-size: 16px;
  font-family: poppins;
} */
p.abt-para {
  font-size: 14px;
  font-family: poppins;
  text-align: justify;
  letter-spacing: -1px;
}
.genderspan {
  cursor: pointer;
}

.logo_div {
  position: relative;
  display: inline-flex;
  align-items: self-end;
}

.camera_icon {
  position: absolute;
  right: 0px;
  bottom: -9px;
}
.camera_icon label {
  color: black;
}
img.user_logo {
  width: 100px;
  height: 100px;
  object-fit: scale-down;
  object-position: center;
  border-radius: 50%;
  border: 1px solid gainsboro;
}
.fn-12 {
  font-size: 12px;
}

.genderspan.genderAct {
  border: 2px solid #007bff;
  background-color: #f0f8ff;
  padding: 5px;
  border-radius: 6px;
  padding-bottom: 10px;
}
.yesNo_input {
  border: 1px solid gainsboro;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.yesNospan {
  cursor: pointer;
  padding: 5px 10px;
}
.yesNospan.yesAct {
  /* border: 2px solid #007bff; */
  background-color: #00adb5;
  /* padding: 5px; */
  border-radius: 5px;
  color: white;
  /* margin: 0px 5px; */
}
.yesNospan.noAct {
  background-color: #dc3545;
  border-radius: 5px;
  color: white;
}
.base .otp-base {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 0.5rem;
}

.otp-base input {
  width: 60px !important;
  height: 40px !important;
  text-align: center;
  padding: 5px;
  border: 1px solid gainsboro;
  border-radius: 5px;
  outline: none;
  font-size: 20px;
  transition: all 0.2s ease;
}

.login100-form-title {
  text-align: center;
}
img.sucess-image {
  width: 100%;
  max-width: 200px;
}
.abt-btnn {
  background: #fff !important;
  color: #000 !important;
  text-transform: none;
}
.physically_disable {
  width: 100%;
  max-width: 80px;
  height: 80px;
  object-fit: contain;
}

.d-able {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table-div {
  border: 1px solid gainsboro;
  padding: 20px;
  border-radius: 15px;
  /* box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); */
  box-shadow: 2px 2px 15px grey;
}
.physically_disable:hover {
  box-shadow: 0px 0px 5px gainsboro;
}
@media (max-width: 575px) {
  .otp-base input {
    width: 40px !important;
    height: 40px !important;
  }
}
