.modal-content-width {
  width: 768px;
}
@media (max-width: 767px) {
  .modal-content-width {
    width: 100%;
    max-width: 100%;
  }
}

.main.container {
  min-height: 600px;
}

/* we don't need this here */
.navigation-signup {
  display: none;
}

/** two main sections of login page */
.section {
  margin-top: 20px;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.section.hovered {
  border: 1px solid #999;
  background: #f5f7f9;
}
.section .title {
  margin-bottom: 15px;
  margin-top: 30px;
  font-size: 22px;
  font-weight: bold;
}

.subscribe.section {
  margin-bottom: 30px;
}

.logo img {
  margin: 0 auto;
  height: 70px;
}

.login-form-panel {
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
  padding-bottom: 200px;
}

.login-alert {
  margin-top: 40px;
  color: red;
}

.section.signin {
  padding: 30px 40px 20px;
  width: 105%;
  border-radius: 15px;
}
.section.signin .title {
  margin-top: 0;
  text-align: center;
}
.section.signin form.form-horizontal label {
  margin-bottom: 5px;
  text-align: left;
  font-weight: bold;
}
.section.signin .page-login-error {
  margin-top: 15px;
  text-align: center;
  color: red;
}
.section.signin .page-login-notice {
  margin-bottom: 15px;
}
.section.signin .login-to-title {
  margin-top: 20px;
  margin-bottom: 20px;
}
.section.signin .login-info {
  min-height: 200px;
  padding: 80px 0;
}
.section.signin .step-action {
  text-align: center;
}
.section.signin .step-action button {
  width: 100px;
}

.sigin-logo-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.sigin-logo-bottom .czd-logo-bt {
  width: 120px;
}
.sigin-logo-bottom .czd-account-system-text {
  margin-top: 5px;
  width: fit-content;
  font-weight: bold;
}

.forget {
  margin-top: 10px;
}
