.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;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-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;
}

.section.signin {
  padding: 20px;
}
.section.signin .title {
  margin-top: 0;
  text-align: center;
}
.section.signin form.form-horizontal label {
  margin-bottom: 5px;
  text-align: left;
}
.section.signin .page-login-error {
  margin-bottom: 15px;
  text-align: center;
  color: red;
}
.section.signin .action-buttons {
  margin-top: 25px;
  margin-bottom: 10px;
  text-align: center;
}
.section.signin .signup {
  text-align: center;
}

.forget {
  margin-top: 10px;
}
