.authentication-section {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 55, 112, 0.15)), to(rgba(9, 55, 112, 0)));
  background: linear-gradient(180deg, rgba(9, 55, 112, 0.15) 0%, rgba(9, 55, 112, 0) 100%);
  padding: 142px 0 80px 0;
}
.signup .authentication-section {
  padding: unset;
}

.authentication-section .auth-content h2 {
  font-size: 36px;
  line-height: 65px;
  letter-spacing: -0.015em;
  color: #093770;
  font-weight: 700;
  margin-bottom: 11px;
}

.authentication-section .auth-content h3 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #1B1E22;
  margin-bottom: 29px;
  margin-top: 13px;
}

.authentication-section .auth-content .form-group {
  margin-bottom: 16px;
}

.authentication-section .auth-content .form-group label {
  color: #1B1E22;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  margin-bottom: 10px;
}

.authentication-section .auth-content .form-group .form-control {
  background: #FFFFFF;
  border: 1px solid #BDC5D5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  height: 54px;
  padding: 15px 15px;
  font-size: 16px;
  line-height: 19px;
  color: #1B1E22;
  font-weight: 500;
}

.authentication-section .auth-content .form-group .form-control:focus {
  border: 1px solid #093770;
}

.authentication-section .auth-content .form-pass {
  position: relative;
}

.authentication-section .auth-content .form-pass .icon-input {
  position: absolute;
  right: 0;
  top: 0;
  height: 54px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.authentication-section .auth-content .form-pass .icon-input a {
  color: #C4C4C4;
}

.authentication-section .auth-content .form-pass .icon-input a:hover {
  color: #000;
}

.authentication-section .auth-content .forgot-link {
  text-align: right;
  display: block;
  width: 100%;
  color: #8C97AC;
  font-size: 14px;
  line-height: 17px;
}

.authentication-section .auth-content .forgot-link:hover {
  color: #093770;
}

.authentication-section .auth-content .div-btn {
  margin-bottom: 56px;
}

.authentication-section .signup-content h3 {
  font-size: 16px;
  line-height: 19px;
  color: #1B1E22;
  margin-bottom: 16px;
}

.authentication-section .signup-content .signup-link p {
  font-size: 16px;
  line-height: 19px;
  color: #093770;
  font-weight: 600;
}

.authentication-section .signup-content .signup-link p a {
  color: #8AC142;
  font-weight: 700;
  text-decoration: none;
}

.authentication-section .banner-sticky {
  height: 100%;
}

.authentication-section .banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  overflow: visible;
}

.authentication-section .banner-content::after {
  content: '';
  background-image: url(../images/login-dot-patern.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  left: 0px;
  top: 0;
  height: 268px;
  width: 121px;
  display: block;
}

.authentication-section .banner-content img {
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.middle-section.signup {
  overflow: unset !important;
}

.radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.radio-group .form-check {
  background-color: #FFFFFF;
  border: 1px solid #BDC5D5;
  border-radius: 10px !important;
  padding: 5px 10px;
  padding-left: 0;
  min-width: 111px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.radio-group .form-check .form-check-input {
  margin-left: 10px;
  height: 18px;
  width: 18px;
  min-width: 18px;
  max-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1px;
}

.radio-group .form-check label {
  margin-bottom: 0 !important;
  font-size: 16px;
  line-height: 35px !important;
  color: #1B1E22;
  background-color: #FFFFFF;
  margin-left: 10px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.radio-group .form-check-input:checked {
  background-color: #fff;
  border-color: #8AC142;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%238AC142'/%3E%3C/svg%3E") !important;
}

.radio-group .active {
  border: 1px solid #093770;
}

.btn-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -5px;
  margin-bottom: 25px;
}

.btn-groups .btn-white {
  border: 1px solid #fff;
  background: #fff;
  border-radius: 10px;
  padding: 11px 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #1B1E22;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin: 0 5px;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.btn-groups .btn-white span {
  margin-right: 10px;
}

.btn-groups .btn-white:hover {
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.btn.btn-secondary {
  background-color: #8AC142;
  border-color: #8AC142;
  border-radius: 10px;
  height: 45px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
}

.btn.btn-secondary-outline {
  background-color: transparent;
  border-color: #8AC142;
  border-radius: 10px;
  height: 45px;
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 16px;
  color: #8C97AC;
}

.flatpickr-calendar .flatpickr-weekdays .flatpickr-weekdaycontainer {
  padding-top: 10px;
}

.flatpickr-calendar .flatpickr-day.today {
  border-color: #093770;
}

.flatpickr-calendar .flatpickr-day:hover {
  border-color: #093770;
  background-color: #093770;
  color: #fff;
}

.flatpickr-calendar .flatpickr-day.selected {
  border-color: #093770;
  background-color: #093770;
  color: #fff;
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month, .flatpickr-calendar .flatpickr-months .flatpickr-next-month {
  fill: #093770 !important;
  padding: 5px;
  width: 30px;
}

.check-box .form-check-input:checked {
  background-color: #8AC142;
  border-color: #8AC142;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.check-box .form-check-input {
  height: 20px;
  width: 20px;
}

.check-box label {
  padding-left: 10px;
}

.check-box a {
  color: #8AC142;
}

.join-as-tutor-section {
  padding-bottom: 66px;
}

.join-as-tutor-section .join-as-tutor-inner {
  position: relative;
  z-index: 9;
}

.join-as-tutor-section .join-tutor-2 {
  background: url(../images/bg-join-tutor2.png) !important;
}

.join-as-tutor-section .join-tutor-box {
  background: #E9F0F6;
  border-radius: 10px;
  background: url(../images/bg-join-tutor.png);
  background-position: center left;
  background-size: contain;
  min-height: 180px;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.join-as-tutor-section .join-tutor-box:after {
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#E9F0F6), color-stop(78.94%, #E9F0F6), color-stop(93.86%, #E9F0F6), color-stop(100.71%, rgba(233, 240, 246, 0)));
  background: linear-gradient(270deg, #E9F0F6 0%, #E9F0F6 78.94%, #E9F0F6 93.86%, rgba(233, 240, 246, 0) 100.71%);
  display: block;
  content: '';
  position: absolute;
  left: 161px;
  top: 0;
}

.join-as-tutor-section .join-inner {
  position: relative;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-left: 200px;
}

.join-as-tutor-section .join-content {
  padding: 37px 20px 37px 43px;
  min-width: 400px;
}

.join-as-tutor-section .join-content h3 {
  font-size: 24px;
  line-height: 38px;
  color: #093770;
  font-weight: 700;
}

.join-as-tutor-section .join-content p {
  font-size: 18px;
  line-height: 29px;
  color: #8C97AC;
  margin-bottom: 0;
}

.join-as-tutor-section .join-content-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  padding: 20px 20px;
  max-width: 200px;
  width: 100%;
}

.join-as-tutor-section .join-content-btn .btn {
  width: 100%;
  white-space: nowrap;
}

label.error, span.error {
  display: none;
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
  line-height: 14px;
  color: #dc3545;
}

input.error, input.has-error {
  border: 1px solid red !important;
}

.modal-member {
  z-index: 999999 !important;
}

.modal-member .modal-dialog .modal-content {
  background: #FFFFFF;
  border-radius: 10px;
  border: 0;
}

.modal-member .modal-dialog .modal-content .modal-body {
  padding: 45px 40px;
}

.modal-member .modal-dialog .modal-content .modal-body .member-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.modal-member .modal-dialog .modal-content .modal-body .member-content .conetnt-left img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal-member .modal-dialog .modal-content .modal-body .member-content .content-right {
  padding-left: 34px;
}

.modal-member .modal-dialog .modal-content .modal-body .member-content .content-right h3 {
  font-size: 18px;
  line-height: 29px;
  color: #1B1E22;
  font-weight: 600;
  margin-bottom: 13px;
}

.modal-member .modal-dialog .modal-content .modal-body .member-content .content-right .check-box .form-check-input {
  margin-top: 7px;
}

.modal-member .modal-dialog .modal-content .modal-body .member-content .content-right .check-box label {
  font-size: 12px;
}

.modal-member .modal-dialog .modal-content .modal-body .btn-groups {
  margin: 0 -5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.modal-member .modal-dialog .modal-content .modal-body .btn-groups .btn {
  margin: 0 5px;
}

@media (max-width: 992px) {
  .authentication-section {
    padding: 100px 0 50px 0;
  }
  .authentication-section .banner-content {
    margin-bottom: 30px;
  }
  .authentication-section .banner-content img {
    max-width: 400px;
  }
  .authentication-section .auth-content h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .btn-groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -5px;
    margin-bottom: 65px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn-groups .btn-white {
    margin-bottom: 10px;
  }
  .join-as-tutor-section .join-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 180px;
  }
  .join-as-tutor-section .join-inner .join-content {
    min-width: unset;
    padding: 40px 30px;
  }
  .join-as-tutor-section .join-inner .join-content-btn {
    max-width: unset;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px 30px 30px 30px;
  }
}

@media (max-width: 767px) {
  .join-as-tutor-section .join-tutor-box {
    background-position: top center;
  }
  .join-as-tutor-section .join-tutor-box::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: 0;
    top: 80px;
    height: 100vw;
  }
  .join-as-tutor-section .join-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-top: 100px;
  }
  .join-as-tutor-section .join-inner .join-content {
    min-width: unset;
    padding: 40px 30px;
  }
  .join-as-tutor-section .join-inner .join-content h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .join-as-tutor-section .join-inner .join-content p {
    font-size: 16px;
    line-height: 24px;
  }
  .join-as-tutor-section .join-inner .join-content-btn {
    max-width: unset;
    background-color: #E9F0F6;
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .modal-member .modal-dialog .modal-content .modal-body {
    padding: 30px 20px;
  }
  .modal-member .modal-dialog .modal-content .modal-body .member-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal-member .modal-dialog .modal-content .modal-body .member-content .conetnt-left {
    margin: 0 auto 30px auto;
  }
  .modal-member .modal-dialog .modal-content .modal-body .member-content .content-right {
    padding-left: 0;
  }
  .modal-member .modal-dialog .modal-content .modal-body .member-content .btn-groups {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
/*# sourceMappingURL=login.css.map */


/* captcha custom */

.form-captcha-custom .form-control {
    height: 40px !important;
    padding: 10px !important;  
    margin-top: 10px;
}