
  @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');

.login.login-3 .login-aside {

}
.login.login-3 .login-aside .wizard-nav {
  padding: 0;
}
.login.login-3 .login-aside .wizard-nav .wizard-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step {
  padding: 0.75rem 0;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  margin-bottom: 1.5rem;
}
.login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step:last-child {
  margin-bottom: 0;
}
.login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step .wizard-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step .wizard-icon {
  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;
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #F3F6F9;
  margin-right: 1.4rem;
}
.login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step .wizard-icon .wizard-check {
  display: none;
  font-size: 1.4rem;
}
.login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step .wizard-icon .wizard-number {
  font-weight: 600;
  color: #3F4254;
  font-size: 1.35rem;
}
.login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step .wizard-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-title {
  color: #181C32;
  font-weight: 500;
  font-size: 1.4rem; font-family: 'Open Sans', sans-serif;
}
.login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step .wizard-label .wizard-desc {
  color: #B5B5C3;
  font-size: 1.08rem;
  font-weight: 500; font-family: 'Open Sans', sans-serif;
}
.login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-icon {
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  background-color: #C9F7F5;
}
.login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-icon .wizard-check {
  color: #1BC5BD;
  display: inline-block;
}
.login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-icon .wizard-number {
  display: none;
}
.login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-title {
  color: #B5B5C3;
}
.login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=done] .wizard-label .wizard-desc {
  color: #D1D3E0;
}
.login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] {
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
}
.login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-icon {
  -webkit-transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, -webkit-box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease, -webkit-box-shadow 0.15s ease;
  background-color: #C9F7F5;
}
.login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-icon .wizard-check {
  color: #1BC5BD;
  display: none;
}
.login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-icon .wizard-number {
  color: #1BC5BD;
}
.login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-title {
  color: #181C32;
}
.login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step[data-wizard-state=current] .wizard-label .wizard-desc {
  color: #B5B5C3;
}
.login.login-3 .login-aside .aside-img-wizard {
  min-height: 320px !important;
  background-size: 400px;
}
.login.login-3 .login-content {

}
.login.login-3 .login-content .form-group .fv-help-block {
  font-size: 1.1rem !important;
  padding-top: 3px;
}
.login-form h3 {
    font-family: 'Open Sans';
}
.login-form .text-muted.font-weight-bold.font-size-h4, .login-form  a, .login-form button.btn.btn-primary, .font-size-h1-lg{ font-family: 'Open Sans'; }
.form-group label {
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
}
.lform-bg{
    background: #fff;
    padding: 40px;
    border-radius: 0px;
    box-shadow: 2px 2px 2px #ccc; }
    .lbdr {
    position: relative;
}
.lbdr:before {
    content: "";
    display: block;
    width: 1px;
    left: -25px;
    height: 100%;
    background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(34,166,225,1) 50%, rgba(255,255,255,1) 100%);
    position: absolute;
}
.login-form .btn.btn-outline-primary{   background: #fff; padding: 5px 25px; }
.l-input {

    border: 1px solid #e1e3ea !important;
    background: #f2f2f2 !important;
}
.ordiv {
    position: relative;
    top: 50%;
    background: #fff;
    padding: 0px;
    text-align: center;
    left: 0px;
    width: 50px;
    z-index: 99;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid;
    color: #22a6db;

}
.ordiv h4 {
    margin: 0px !important;
    line-height: 47px;
    text-align: center;
}
    .mt-50{ margin-top: 50px; }
    a.btn.btn-primary.btn-sso.f-16 {
    width: 250px;
    margin: 0 auto;
    display: block; font-family: 'Open Sans', sans-serif;
}
.btn-sso:hover {
    background: #fff !important;
    color: #22a6db !important;
    border: 1px solid #22a6db !important;
}
@media (min-width: 992px) {
  .login.login-3 .login-aside {
    width: 100%;
    max-width: 600px;
  }
  .login.login-3 .login-aside .aside-img {
    min-height: 350px !important;
    background-size: 430px;
  }
  .login.login-3 .login-content .top-signup {
    max-width: 650px;
    width: 100%;
  }
  .login.login-3 .login-content .top-signin {
    max-width: 450px;
    width: 100%;
  }
  .login.login-3 .login-content .top-forgot {
    max-width: 450px;
    width: 100%;
  }
  .login.login-3 .login-content .login-form {
    width: 100%;
    max-width: 450px;
  }
  .login.login-3 .login-content .login-form.login-form-signup {
    max-width: 650px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .login.login-3 .login-aside {
    width: 100%;

  }

}
@media (max-width: 991.98px) {
	.login-aside.col-md-5.d-flex.flex-column.justify-content-center.lbdr {
    justify-content: flex-start !important;
}
	/*  .login.login-3 .login-content {
    margin: 0 auto;
}
.login.login-3 .login-aside {
    margin: 0 auto;
}*/
.lbdr:before{ display: none; }
  .sso{text-align: center; padding-bottom: 30px;}
  .login.login-3 .login-aside .aside-img {
    min-height: 500px !important;
    background-size: 500px;
  }
  .login.login-3 .login-aside .login-logo {
    text-align: center;
    margin-top: 50px;
}
  .login.login-3 .login-aside .wizard-nav {
    padding: 0;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step {
    margin-bottom: 0.5rem;
  }
  .login.login-3 .login-aside .wizard-nav .wizard-steps .wizard-step:last-child {
    margin-bottom: 0;
  }
  .login.login-3 .login-content .top-signup {
    width: 100%;
    max-width: 400px;
  }
  .login.login-3 .login-content .top-signin {
    max-width: 400px;
    width: 100%;
  }
  .login.login-3 .login-content .top-forgot {
    max-width: 400px;
    width: 100%;
  }
  .login.login-3 .login-content .login-form {
    width: 100%;
    max-width: 400px;
  }
}
@media (max-width: 575.98px) {
	.login-aside.col-md-5.d-flex.flex-column.justify-content-center.lbdr {
    justify-content: flex-start !important;
}
  .login.login-3 .login-aside .aside-img {
    min-height: 300px !important;
    background-size: 350px;
  }
  .sso{ text-align: center; padding-top: 0px; }
  .d-flex.flex-column-auto.flex-column.pt-lg-10.align-items-center.pt-15.pt-sm-0.pt-xs-0.sso{ padding-top: 0px !important; }


  .ordiv {
    position: relative;
     top: 0; 
    background: #fff;
    padding: 0px;
    text-align: center;
    left: 47%;
    width: 50px;
    z-index: 99;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid;
    color: #22a6db;
    margin-bottom: 30px;
}
a.login-logo.text-center.mb-4.mt-50{ margin-top: 75px; }
}

@media (max-width: 767px) {.sso{ text-align: center; padding-top: 0px; padding-bottom: 20px; }
.login-aside.col-md-5.d-flex.flex-column.justify-content-center.lbdr {
    justify-content: flex-start !important;
}
.ordiv {
    position: relative;
    top: 0; 
    background: #fff;
    padding: 0px;
    text-align: center;
    left: 47%;
    width: 50px;
    z-index: 99;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    border: 2px solid;
    color: #22a6db;
    margin-bottom: 30px;
}
a.login-logo.text-center.mb-4.mt-50{ margin-top: 75px; }
}
