.login-page {
  background: #fff;
}
.login-page .login-left {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 100vh;
  overflow: auto;
}
.login-page .login-box {
  width: 100%;
  max-width: 485px;
  height: 80%;
}
.login-page .login-logo {
  width: 170px;
  margin-bottom: 25px;
}
.login-page .login-box h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.login-page .subtitle {
  color: #666;
  margin-bottom: 35px;
}
.login-page .login-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0 18px;
}
.login-page .login-options a {
  color: #1183d6;
  text-decoration: none;
  font-weight: 500;
}
.login-page .login-btn {
  width: 100%;
  height: 40px;
  border: none;
  border-radius: 8px;
  background: #1183d6;
  font-size: 17px;
  font-weight: 600;
}
.login-page .signup-text {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}
.login-page .signup-text a {
  color: #1183d6;
  font-weight: 600;
  text-decoration: none;
}
.login-page .login-right {
  background: linear-gradient(135deg, #ff7ecb, #7b2cbf);
  justify-content: center;
  align-items: center;
  position: relative;
}
.login-page .banner-box {
  width: 550px;
  padding: 40px;
  background: #dee2e629;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-radius: 4px;
}
.login-page .banner-box h2 {
  color: #222;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 2px;
}
.login-page .banner-box span {
  color: #fff;
}
.register-box {
  max-width: 600px;
  margin: auto;
}

.form_section_title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 9px;
}

.field_hint {
  font-size: 13px;
  color: #7c8798;

  margin-bottom: 15px;
  padding-left: 12px;
}

.terms_text {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.5;
}

.terms_text a,
.form-check-label a {
  color: #0d8adf;
  text-decoration: none;
}

.terms_text a:hover,
.form-check-label a:hover {
  text-decoration: underline;
}
@media (max-width: 1399px) {
  .login-page .banner-box {
    width: 400px;
    padding: 32px;
  }
  .login-page .banner-box h2 {
    font-size: 47px;
  }
  .login-page .login-box h1 {
    font-size: 25px;

    margin-bottom: 3px;
  }
  .login-page .subtitle {
    margin-bottom: 16px;
  }
  .login-page .login-logo {
    width: 155px;
    margin-bottom: 12px;
  }
  .login-page .signup-text {
    margin-top: 18px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .login-page .login-box {
    padding: 40px 25px;
  }
  .login-page .login-box h1 {
    font-size: 34px;
  }
}
