@media (max-width: 1024px) {
  .user-wrapper.fixed-bottom {
    left: -300px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .open-navigation .user-wrapper.fixed-bottom {
    left: -15px;
    position: relative !important;
  }
  .left-navigation {
    left: -300px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .left-navigation.open-navigation {
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 0;
  }
  .content-wrap {
    padding: 0;
  }
  header {
    padding: 0;
  }
  .header-left {
    float: left;
    height: 20px;
    padding-left: 16px;
  }
  .header-left .menu-icon {
    background: url(../images/icons/menu.svg);
    width: 20px;
    height: 20px;
    background-size: 20px;
    display: inline-block;
    opacity: 0.73;
  }
  .header-left .menu-icon.wrap-menu {
    background: url(../images/icons/menu-active.svg);
  }
  .overlay-mobile {
    z-index: 9;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: rgba(0, 0, 0, 0.3);
  }
  .open-navigation .close-left-navigation {
    display: block;
    background: #fff;
    padding: 15px;
    top: 0;
  }
  .close-left-navigation {
    display: none;
    position: fixed;
    left: 300px;
    top: 15px;
    width: 50px;
  }
  .close-left-navigation img {
    max-width: 20px;
    width: 20px;
    cursor: pointer;
    opacity: 1;
    right: -60px;
  }
}

.form-wrapper-main {
  width: 100%;
  padding: 16px 0;
}

@media only screen and (max-width: 640px) {
  .form-wrapper-main {
    padding: 16px 12px;
  }
}

@media only screen and (max-width: 768px) {
  .form-wrapper-main.enroll-r form .form-wrap {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .form-wrapper-main.enroll-r form .form-wrap .mb-custom .col-md-6,
  .form-wrapper-main.enroll-r form .form-wrap .mb-custom .col-md-12 {
    margin-bottom: 20px;
  }
}

.form-wrapper-main .bx-shadow {
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.14);
  width: 100%;
  padding: 30px;
}

@media only screen and (max-width: 768px) {
  .form-wrapper-main .bx-shadow {
    padding: 16px;
  }
}

.form-wrapper-main form {
  color: rgba(0, 0, 0, 0.85);
}

.form-wrapper-main form .form-wrap {
  width: 100%;
  position: relative;
  float: left;
}

.form-wrapper-main form .form-wrap .mb-custom {
  float: left;
  width: 100%;
}

.form-wrapper-main form .form-wrap.login-pg {
  font-weight: normal;
}

.form-wrapper-main form .form-wrap.login-pg .form-control {
  border-radius: 0;
  padding: 14px 14px 14px 38px;
  position: relative;
  border: 2px solid #341f97;
}

.form-wrapper-main form .form-wrap.login-pg .form-control ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1;
  /* Firefox */
}

.form-wrapper-main form .form-wrap.login-pg .form-control :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1;
  /* Firefox */
}

.form-wrapper-main form .form-wrap.login-pg .form-control ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1;
  /* Firefox */
}

.form-wrapper-main form .form-wrap.login-pg .form-control ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1;
  /* Firefox */
}

.form-wrapper-main form .require {
  color: rgba(0, 0, 0, 0.55);
}

.form-wrapper-main form label {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 12px;
}

.form-wrapper-main form label.error {
  margin-bottom: 0;
  display: block;
  width: 100%;
}

.form-wrapper-main form label#stud-enroll-grade-error {
  position: absolute;
  bottom: -26px;
}

.form-wrapper-main form .form-control,
.form-wrapper-main form .custom-control-label,
.form-wrapper-main form .custom-select {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.55);
  border-radius: 0.25rem !important;
  height: auto;
}

.form-wrapper-main form .custom-radio .custom-control-label {
  padding: 0;
  margin-bottom: 0;
  margin-right: 16px;
}

.form-wrapper-main form .invalid-tooltip {
  background: transparent;
  color: rgba(0, 0, 0, 0.55);
  padding: 0;
  line-height: normal;
  margin-top: 0.3rem;
}

.form-wrapper-main form ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.55);
  opacity: 1;
  /* Firefox */
}

.form-wrapper-main form :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.55);
  opacity: 1;
  /* Firefox */
}

.form-wrapper-main form ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.55);
  opacity: 1;
  /* Firefox */
}

.form-wrapper-main form ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.55);
  opacity: 1;
  /* Firefox */
}

.form-wrapper-main form .custom-file-input {
  display: none;
}

.form-wrapper-main form .custom-file-label {
  border: 0;
  width: 120px;
  padding: 0;
  height: 42px;
}

.form-wrapper-main form .custom-file-label::after {
  border: 0;
  border-radius: 2px;
  position: relative;
  padding: 0 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  cursor: pointer;
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
}

.form-wrapper-main form .custom-file-label::before {
  position: absolute;
  left: 0;
  background: url(../images/icons/download.svg);
  background-size: 19px;
  width: 19px;
  height: 19px;
  content: "";
  top: 14px;
  left: 14px;
  z-index: 5;
}

.form-wrapper-main form .custom-checkbox label {
  margin-bottom: 0;
}

.form-wrapper-main form a {
  color: #341f97;
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .form-wrapper-main form a {
    font-size: 13px;
  }
}

.form-wrapper-main form a:hover {
  text-decoration: none;
  color: #0069d9;
}

.form-wrapper-main form input[type=checkbox],
.form-wrapper-main form input[type=radio] {
  width: 1em;
  height: 1em;
}

.form-wrapper-main form .custom-checkbox label,
.form-wrapper-main form .form-check.form-check-inline label {
  margin-bottom: 0;
}

.form-wrapper-main form .custom-checkbox label.remember-me,
.form-wrapper-main form .form-check.form-check-inline label.remember-me {
  margin-left: 4.8px;
  color: rgba(0, 0, 0, 0.55);
  font-size: 14px;
  padding-left: 6px !important;
}

.form-wrapper-main form .cutom-input-box {
  width: 100%;
  border-radius: 4px;
  line-height: 1.5;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 14px;
  border: 1px solid #ced4da;
  height: 35px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.55);
}

.form-wrapper-main form .cutom-input-box:focus {
  border: 1px solid #1890FF;
}

.form-wrapper-main form .cutom-input-box input,
.form-wrapper-main form .cutom-input-box .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: normal;
  border: 0;
}

.form-wrapper-main form .cutom-input-box .select2-container .select2-selection--single {
  border: 0;
}

.form-wrapper-main form .cutom-input-box .select2-container {
  width: 95px !important;
}

.form-wrapper-main form .cutom-input-box .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 8px;
}

.form-wrapper-main form .cutom-input-box .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form-wrapper-main form .cutom-input-box .cntry-code {
  padding: 0 5px 0 0;
}

.form-wrapper-main form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgba(0, 0, 0, 0.55);
  height: auto;
  line-height: 1.5;
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 14px;
}

.form-wrapper-main form .select2-container .select2-selection--single {
  height: auto;
  border: 1px solid #ced4da;
}

.form-wrapper-main form .locked .select2-container .select2-selection--single {
  height: auto;
  background: #C4C4C4;
}

.form-wrapper-main form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-left: -8px;
  margin-top: 1px;
  border-color: #343a40 transparent transparent transparent;
}

.form-wrapper-main form .btn-primary {
  background: #341f97;
}

.form-wrapper-main form .btn-primary:hover {
  background: #5c59e6;
}

.form-wrapper-main form .select2-container {
  width: 100% !important;
}

.form-wrapper-main form .require {
  color: rgba(0, 0, 0, 0.55) !important;
}

.form-wrapper-main#Guardian-Info-Student .form-wrapper-main form label {
  font-size: 14px;
}

.select2-results__option {
  font-size: 13px !important;
  padding: 4px !important;
}

.enroll-img {
  max-width: 100%;
}

.sign-up-line {
  position: relative;
  font-size: 16px;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}

.sign-up-line::before {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '\a0';
  background-color: #efefef;
}

.sign-up-line::after {
  position: absolute;
  top: 51%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '\a0';
  background-color: #efefef;
}

.sign-up-line::before {
  margin-left: -50%;
  text-align: right;
}

.login-footer {
  font-size: 14px;
}

.form-control:disabled,
.form-control[readonly] {
  background: #eee !important;
  opacity: 0.7;
}

.form-wrap .selectize-input {
  padding: .375rem .75rem;
  border-radius: 4px;
  min-height: auto;
}

.form-wrap #st-section-error {
  position: absolute;
  bottom: 0;
  left: 15px;
}

.plus-ico.text-left.remove-button img,
.plus-ico.text-left img {
  width: 24px;
}

.tab-pane .custom-control-inline {
  margin-right: 8px;
}

.error-msg {
  color: #FF4D4F;
  font-size: 12px;
}

#children-info fieldset {
  display: block;
  -webkit-margin-start: 2px;
          margin-inline-start: 2px;
  -webkit-margin-end: 2px;
          margin-inline-end: 2px;
  -webkit-padding-before: 0.35em;
          padding-block-start: 0.35em;
  -webkit-padding-start: 0.75em;
          padding-inline-start: 0.75em;
  -webkit-padding-end: 0.75em;
          padding-inline-end: 0.75em;
  -webkit-padding-after: 0.625em;
          padding-block-end: 0.625em;
  min-inline-size: -webkit-min-content;
  min-inline-size: -moz-min-content;
  min-inline-size: min-content;
  border-width: 2px;
  border-style: groove;
  border-color: threedface;
  -o-border-image: initial;
     border-image: initial;
  position: relative;
}

#children-info fieldset .deleteUser {
  position: absolute;
  right: 5px;
  top: -24px;
}

#children-info fieldset .deleteUser img {
  max-width: 24px;
  cursor: pointer;
}

#children-info fieldset legend {
  display: block;
  -webkit-padding-start: 2px;
          padding-inline-start: 2px;
  -webkit-padding-end: 2px;
          padding-inline-end: 2px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  -o-border-image: initial;
     border-image: initial;
  font-size: 16px;
  font-weight: 600;
}

.form-wrapper-main form #children-info label {
  margin-bottom: 0;
}

.form-wrapper-main form #children-info .form-wrap .mb-custom {
  margin-bottom: 12px;
}

.input-bx.email {
  position: relative;
  width: 100%;
  float: left;
}

.input-bx.email.userName::after {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  left: 10px;
  top: 16px;
  background: url("../images/icons/user.svg");
  background-size: 19px;
  z-index: 5;
}

.input-bx.email.userPass::after {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  left: 10px;
  top: 16px;
  background: url("../images/icons/password.svg");
  background-size: 19px;
  z-index: 5;
}

.form-control:focus {
  border-color: #341f97 !important;
  box-shadow: 0 0 0 0.2rem #e3ddff !important;
  -webkit-box-shadow: 0 0 0 0.2rem #e3ddff !important;
}

.btn-primary:focus {
  background: #341f97 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.custom-file-label {
  border: 0;
  width: 120px;
  padding: 0;
  height: 42px;
}

.custom-file-label::after {
  border: 0;
  border-radius: 2px;
  position: relative;
  padding: 0 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  cursor: pointer;
  background: #f6f6f6;
  border: 1px solid #e1e1e1;
}

.custom-file-label::before {
  position: absolute;
  left: 0;
  background: url(../images/icons/download.svg);
  background-size: 19px;
  width: 19px;
  height: 19px;
  content: "";
  top: 14px;
  left: 14px;
  z-index: 5;
}

.form-wrapper-main form .group .custom-file-label::after {
  background: #341f97;
  color: #fff;
}

.form-wrapper-main form .group .custom-file-label::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.custom-radio .custom-control-label::before {
  left: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #341f97 !important;
  background-color: #341f97 !important;
}

.selectize-dropdown-content {
  max-height: 140px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

@media (max-width: 1024px) {
  .user-wrapper.fixed-bottom {
    left: -300px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .open-navigation .user-wrapper.fixed-bottom {
    left: -15px;
    position: relative !important;
  }
  .left-navigation {
    left: -300px;
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
  }
  .left-navigation.open-navigation {
    left: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 0;
  }
  .content-wrap {
    padding: 0;
  }
  header {
    padding: 0;
  }
  .header-left {
    float: left;
    height: 20px;
    padding-left: 16px;
  }
  .header-left .menu-icon {
    background: url(../images/icons/menu.svg);
    width: 20px;
    height: 20px;
    background-size: 20px;
    display: inline-block;
    opacity: 0.73;
  }
  .header-left .menu-icon.wrap-menu {
    background: url(../images/icons/menu-active.svg);
  }
  .overlay-mobile {
    z-index: 9;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: rgba(0, 0, 0, 0.3);
  }
  .open-navigation .close-left-navigation {
    display: block;
    background: #fff;
    padding: 15px;
    top: 0;
  }
  .close-left-navigation {
    display: none;
    position: fixed;
    left: 300px;
    top: 15px;
    width: 50px;
  }
  .close-left-navigation img {
    max-width: 20px;
    width: 20px;
    cursor: pointer;
    opacity: 1;
    right: -60px;
  }
}

.form-width {
  width: 530px;
  border-radius: 8px;
  border: 1px solid #B9C0C7;
}

@media only screen and (max-width: 640px) {
  .form-width {
    width: 100%;
  }
}

.form-width .tabed-wrapper .nav-tabs {
  border: 0;
}

.form-width .tabed-wrapper .nav-tabs .nav-link {
  height: auto;
  border-bottom: 2px solid #B9C0C7 !important;
}

.form-width .tabed-wrapper .nav-tabs .nav-link.product-heading-4 {
  font-weight: 400;
  font-size: 18px;
}

@media only screen and (max-width: 640px) {
  .form-width .tabed-wrapper .nav-tabs .nav-link.product-heading-4 {
    font-size: 11px;
  }
}

.form-width .tabed-wrapper .nav-tabs .nav-link.active {
  border-bottom: 2px solid #341f97 !important;
}

.form-width .sub-label {
  color: #7F8C8D;
  font-size: 12px;
}

.form-width .require {
  color: #7F8C8D !important;
}

.form-wrapper-main form .form-control {
  color: #7F8C8D;
  font-size: 16px;
}

.form-wrapper-main form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #7F8C8D transparent transparent transparent;
}

.form-wrapper-main form .cutom-input-box .cntry-code {
  border-left: 1px solid #B9C0C7;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
}

@media only screen and (max-width: 640px) {
  .form-wrapper-main form .cutom-input-box .cntry-code {
    font-size: 11px;
    height: 36px;
    line-height: 36px;
  }
}

.form-wrapper-main form .btn-primary {
  border-radius: 0;
  line-height: normal;
}

.form-wrapper-main form .btn-default {
  border: 1px solid #341f97;
  border-radius: 0;
  line-height: normal;
  color: #341f97;
}

.form-wrapper-main form .btn-disable {
  background: #B9C0C7;
  border-radius: 0 !important;
  line-height: normal;
}

.form-wrapper-main form .btn-disable.btn-primary {
  background: #341f97;
  border: 1px solid #341f97;
}

.form-wrapper-main form .selectStudent ul {
  padding: 0;
  margin: 0;
}

.form-wrapper-main form .selectStudent ul li {
  border: 1px solid #B9C0C7;
  border-radius: 25px;
  color: #B9C0C7;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  cursor: pointer;
}

.form-wrapper-main form .selectStudent ul li.activeStudnt {
  color: #341f97;
  border: 1px solid #341f97;
}

.form-wrapper-main form .selectStudent ul li .user-name {
  max-width: 85px;
  display: block;
}

.form-wrapper-main form label {
  color: #333333;
  font-size: 14px;
}

.form-wrapper-main form input:focus {
  outline: 0px solid #341f97;
}

.form-wrapper-main form .numberOtp {
  /* Firefox */
}

.form-wrapper-main form .numberOtp input {
  width: 38px;
  height: 38px;
  border: 1px solid #979797;
}

.form-wrapper-main form .numberOtp input:focus {
  outline: 1px solid #341f97;
}

.form-wrapper-main form .numberOtp input::-webkit-outer-spin-button,
.form-wrapper-main form .numberOtp input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-wrapper-main form .numberOtp input[type=number] {
  -moz-appearance: textfield;
}

.form-wrapper-main form .stuInform ul li {
  border-radius: 40px;
  padding: 4px;
  background: #ECF0F1;
  color: #494949;
}

.form-wrapper-main form .stuInform .product-heading-4 {
  font-weight: 400;
}

.form-wrapper-main form .studentSelect {
  border-radius: 40px;
  background: #fff;
  color: #333333;
  border: 1px solid #333333;
  display: inline-block;
  position: relative;
  padding: 4px;
}

.form-wrapper-main form #passwordReset .dropdown-menu a {
  color: #333333;
  font-size: 14px;
}

.form-wrapper-main form #passwordReset .dropdown-item:focus,
.form-wrapper-main form #passwordReset .dropdown-item:hover {
  background-color: #eee;
}

.form-wrapper-main form .StuPortal {
  background: #f9f0ff;
  border-radius: 8px 8px 0 0;
  color: #531DAB;
  padding: 10px;
}

.avtar-user,
.avtar-text {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.avtar-user img,
.avtar-text img {
  max-width: 100%;
  border-radius: 50%;
}

.avtar-text {
  background: #fff;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
}

#selectStudent,
#otpScreen,
#passwordReset,
#EmailScreen,
#EmailotpScreen {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

#selectStudent.showSt,
#otpScreen.showSt,
#passwordReset.showSt,
#EmailScreen.showSt,
#EmailotpScreen.showSt {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: unset;
}

#resetPassword.hideSt {
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}

#toggle_pwd {
  position: absolute;
  right: 8px;
  top: 8px;
}

#toggle_pwd.fa-eye {
  background: url("../assets/images/icons/eye_close.svg");
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  -webkit-filter: invert(27%) sepia(130%) saturate(2878%) hue-rotate(209deg) brightness(125%) contrast(117%);
          filter: invert(27%) sepia(130%) saturate(2878%) hue-rotate(209deg) brightness(125%) contrast(117%);
}

#toggle_pwd.fa-eye-slash {
  background: url("../assets/images/icons/eye_open.svg");
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-filter: invert(27%) sepia(130%) saturate(2878%) hue-rotate(209deg) brightness(125%) contrast(117%);
          filter: invert(27%) sepia(130%) saturate(2878%) hue-rotate(209deg) brightness(125%) contrast(117%);
  background-size: 20px;
}

.link-activate {
  background: #D5F5E9;
  border-radius: 16px;
  padding: 20px;
  width: 440px;
}

.link-activate p {
  font-size: 20px;
  line-height: 32px;
  color: #000;
  padding: 0;
  margin: 0;
}

.link-activate p a {
  word-break: break-all;
}
/*# sourceMappingURL=reset-password.css.map */