.form-body {
  text-align: center;
  margin: 5% auto;
}

.logo-and-header-title,
.qr-and-footer-title {
  display: flex;
}

img {
  width: 22%;
    height: 67%;
    border-radius: 10px;
    margin: auto 5px;
}

img.qr-image {
  width: 16%;
}

p.qr-heading {
  font-size: 16px;
}

p.login-heading {
  font-size: 16px;
  margin: 0px 0px 8px 0px;
}

p.iagree-heading{
    margin: 0px 0px 8px 0px;
    font-size: 16px;
}

.inner-container {
  display: flex;
  justify-content: center;
}

.form_main {
  width: 500px;
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  align-items: center;
  justify-content: center;
  background-color: #00fffc17 !important;
  padding: 30px 30px 30px 30px;
  /* box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.062); */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  position: relative;
  overflow: hidden;
}

/* .form_main::before {
  position: absolute;
  content: "";
  width: 354px;
  height: 486px;
  background-color: rgb(209, 193, 255);
  transform: rotate(45deg);
  left: -250px;
  bottom: 30px;
  z-index: 1;
  border-radius: 30px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.082);
} */

.heading {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 5px 0 10px 0;
  z-index: 2;
  padding: 9px;
}
.school-name {
  color: #2e2e2e;
    font-weight: 700;
    font-size: 2em;
    margin: 0;
    line-height: 1;
}
.sub-heading {
  font-size: 1.3em;
  color: #2e2e2e;
  font-weight: 700;
  margin: 5px 0 10px 0;
  z-index: 2;
}


.field-instructions {
  margin: 0px;
  font-size: 1em;
  color: #2e2e2e;
  font-weight: 700;
}

.inputContainer {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.inputContainer-dob {
  width: 100%;
  position: relative;
  z-index: 2;
}

.inputIcon {
  position: absolute;
  left: 3px;
}

.inputField {
  width: 100%;
  height: 30px;
  background-color: transparent !important;
  border: none;
  border-bottom: 2px solid rgb(173, 173, 173);
  margin: 10px 0;
  color: #000000b5 !important;
  font-size: 1em;
  font-weight: 500;
  box-sizing: border-box;
}

span.dob-placeholder {
  height: 30px;
  border-bottom: 2px solid rgb(173, 173, 173);
  margin: 10px 0 0;
  color: #000000b5;
  font-size: 1em;
  font-weight: 500;
  box-sizing: border-box;
  padding: 3px;
}

.inputField-dob {
  width: 100%;
  height: 30px;
  background-color: transparent;
  border: none;
  outline: none;
  border-bottom: 2px solid rgb(173, 173, 173);
  margin: 10px 0;
  color: #000000b5;
  font-size: 1.3em;
  font-weight: 500;
  box-sizing: border-box;
}

p.dob-note {
  font-size: 12px;
  font-weight: bold;
}

.dob {
  display: flex;
}

.inputField:focus {
  outline: none;
  border-bottom: 2px solid #886464b5;
}

.inputField::placeholder {
  color: rgb(80, 80, 80);
  font-size: 1em;
  font-weight: 500;
}

.footer-agreement {
  display: flex;
  text-align: left;
}


.submitOtpButton {
  z-index: 2;
  position: relative;
  width: 50%;
  border: none;
  background-color: rgb(162, 104, 255);
  height: 30px;
  color: white;
  outline: none;
  border-radius: 11px;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 10px;
  cursor: pointer;
}

.submitOtpButton:hover {
  background-color: rgb(126, 84, 255);
  border-radius: 11px;

}

.submittedOtpButton {
  background-color: #c19ef9;
  /* set the background color for the submitted state */
  cursor: not-allowed;
  z-index: 2;
  position: relative;
  width: 50%;
  border: none;
  height: 30px;
  color: white;
  outline: none;
  border-radius: 11px;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 10px;
}

.submitButton {
  z-index: 2;
  position: relative;
  width: 100%;
  border: none;
  background-color: rgb(162, 104, 255);
  border-radius: 11px;
  height: 30px;
  color: white;
  outline: none;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 10px;
  cursor: pointer;
}

.submitButton:hover {
  background-color: rgb(126, 84, 255);
  border-radius: 11px;

}

.submittedButton {
  background-color: #c19ef9;
  /* set the background color for the submitted state */
  cursor: not-allowed;
  /* set the cursor for the submitted state */
  height: 30px;
  color: white;
  outline: none;
  font-size: 1.1em;
  font-weight: 500;
  border-radius: 11px;
  letter-spacing: 1px;
  margin: 10px;
  z-index: 2;
  position: relative;
  width: 100%;
  border: none;
}


.note {
  z-index: 2;
  font-size: 0.9em;
  font-weight: 500;
  color: rgb(44, 24, 128);
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 20px;
}

.mobile-no-note {
  color: red;
  font-size: 12px;
  font-weight: bold;
}

/* options */

select.form-select.form-select-sm {
  background: none;
  width: 100%;
  height: 30px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgb(173, 173, 173);
  margin: 10px 0;
  color: #000000b5;
  outline: none;
  font-size: 1em;
  font-weight: 500;
  box-sizing: border-box;
}

option {
  font-size: 13px;
}

/*checkbox styles*/

label.round-checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
}

.round-checkbox input[type="checkbox"] {
  display: none;
}

.round-checkbox .checkmark {
  width: 31px;
  height: 26px;
  border: 2px solid #ccc;
  margin: 0px;
  margin-right: 11px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

.round-checkbox input[type="checkbox"]:checked+.checkmark::after {
  content: "\2713";
  /* Unicode character for checkmark */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  /* Color of the checkmark */
  font-weight: bold;
  /* Increase the boldness of the tick */
}

.round-checkbox input[type="checkbox"]:checked+.checkmark {
  background-color: #2196f3;
  /* Blue background color when active */
}


.popup-heading {
  font-size: 19px;
  text-align: left;
  font-family: math;
  color: black;
}


.popup-bottom-note {
  font-size: 19px;
  text-align: justify;
  font-family: math;
  color: black;
}

button.send-otp-btn {
  z-index: 2;
  position: relative;
  width: 50%;
  border: none;
  background-color: rgb(162, 104, 255);
  height: 30px;
  color: white;
  outline: none;
  border-radius: 11px;
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 10px;
  cursor: pointer;
}

.alert-msg{
  color: red;
    margin: 0px;
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 460px) and (max-width: 767px) {
  .sub-heading {
    font-size: 1em;
  }

  .admittion-instructions {
    font-size: 0.8em;
  }

}

/* Media Query for Mobile Devices */
@media (max-width: 459px) {

  .admittion-instructions {
    font-size: 9px;
    font-weight: bold;
  }

  .school-name {
    font-size: 20px;
    line-height: 1;
}

  .field-instructions {
    line-height: 12px;
    font-size: 11px;
  }

  img {
    height: 60%;
    width: 22% !important;
  }

  .inputField-dob {
    width: 317px !important;
    font-size: 1.1em;
  }

  .inputContainer {
    width: 100%;
    position: relative;
    display: block;
    z-index: 2;
  }

  p {
    margin: 5px auto;
    font-size: 13px;
    line-height: 20px;
  }

  span {
    margin: 10px 0 0;
  }

  .heading {
    font-size: 1.4em;
  }

  .sub-heading {
    font-size: 13px;
  }

  img.qr-image {
    width: 20% !important;
  }

  .round-checkbox .checkmark {
    width: 40px;
    height: 23px;
  }

  .popup-heading {
    font-size: 15px;
  }

  .popup-bottom-note {
    font-size: 15px;
  }

  p.login-heading {
    margin: 0px 0px 8px 0px;
    font-size: 13px;
}

p.iagree-heading{
    margin: 0px 0px 8px 0px;
    font-size: 13px;
}

.submittedOtpButton, .submitOtpButton {
  font-size: 11px;
}

.submitButton {
    font-size: 16px;
}
}

/* loader css */

.loader-style {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.svgbox {
  --blue: rgb(148, 66, 63);
  stroke: var(--blue);
  stroke-width: 5;
  fill: none;
  stroke-dasharray: 50, 14;
  stroke-dashoffset: 192;
  animation: dash_682 1.4s linear infinite;
}

@keyframes dash_682 {
  72.5% {
    opacity: 1;
  }

  to {
    stroke-dashoffset: 1;
  }
}

body {
  font-family: 'Poppins', sans-serif;
}