@import url(https://fonts.googleapis.com/css?family=Public%20Sans);/*Theme Colors*/

/*bootstrap Color*/

/*Light colors*/

/*Normal Color*/

/*Extra Variable*/

/*modals*/

/* ---------------------------------------------
* Main Theme Colors
*-----------------------------------------------*/

/* ---------------------------------------------
* more
*-----------------------------------------------*/

body {
  font-family: 'Public Sans';
}

.btn.btn-primary {
  background-color: #25878a;
  border: #25878a;
}

.btn.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn.btn-primary:focus {
  background-color: #30a3a7;
  border: #30a3a7;
}

.btn.btn-h56 {
  height: 56px;
}

.form-group label {
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: -0.03px;
  color: #4B465C;
  margin-bottom: 4px;
}

.form-group .form-control {
  border: 2px solid rgba(165, 166, 182, 0.2);
  border-radius: 10px;
  padding: 12px 24px 16px 24px;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.25px;
  height: 56px;
}

.custom-checkbox .custom-control-input ~ .custom-control-indicator {
  border: 2px solid #25878a;
  border-radius: 4px;
  top: 4px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  border: 2px solid #25878a;
  border-radius: 4px;
  background-color: #25878a;
}



#main-wrapper {
  padding: 0px !important;
}

.main-auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  position: relative;
}

.onboard-logo {
  margin-bottom: 100px;
  max-width: 75px;
}

@media (max-width: 1199px) {
  .onboard-logo {
    margin-bottom: 40px;
  }
}

.onboard-form-wrap {
  padding: 112px 100px 20px 100px;
  width: 100%;
  max-width: 50%;
  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;
}

@media (max-width: 1199px) {
  .onboard-form-wrap {
    padding: 50px 50px 20px 50px;
  }
}

@media (max-width: 991px) {
  .onboard-form-wrap {
    max-width: 100%;
    padding: 15px;
  }
}

.onboard-form {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
}

.onboard-heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.45px;
  color: #4B465C;
  margin-bottom: 20px;
}

.onboard-subheading {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.25px;
  margin-bottom: 30px;
}

.onboard-subheading a {
  color: #25878a;
  border-bottom: 2px solid #25878a;
}

.onboard-info-section {
  position: fixed;
  right: 0px;
  top: 0px;
  height: 100%;
  max-width: 50%;
  width: 100%;
  padding: 100px 93px;
  background-color: #25878a;
  overflow: hidden;
}

.onboard-info-heading {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 56px;
  color: #fff;
}

.onboard-info-inner-heading {
  font-weight: bold;
  display: block;
}

.onboard-info-subheading {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.25px;
  color: #ffffff;
  max-width: 500px;
}

.onboard-info-section:before {
  height: 100%;
  max-width: 100%;
  width: 100%;
  background-position: 0% 0px;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.onboard-info-img {
  position: fixed;
  right: 0px;
  width: 45%;
}

.onboard-info-img img {
  width: 100%;
}

.auth-action-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.auth-action-block .forgot-password-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
  letter-spacing: -0.25px;
  color: #25878A;
}

