.main-content .card:nth-of-type(1) {
  border-radius: 4px 4px 0 0;
  min-height: 520px;
}
.main-content .card:nth-of-type(1) > .card-body {
  flex: 0 0 auto;
}
.main-content .forgot-username-password {
  border-radius: 0 0 4px 4px;
  border-top: none;
  height: 52px;
}
.main-content .forgot-username-password .text-lg-left {
  margin-left: 32px;
}
.main-content .forgot-username-password .text-lg-left span {
  font-size: 16px;
  font-weight: 400;
}
.main-content .forgot-username-password .text-lg-right {
  margin-right: 35px;
  font-size: 12px;
  font-weight: 700;
}
.main-content .forgot-username-password .text-lg-right a:nth-of-type(1) {
  margin-right: 17px;
}
.main-content .create-account {
  margin-top: 24px;
}
.main-content .create-account span {
  font-size: 14px;
}
.main-content .create-account button {
  margin-top: 8px;
  width: 296px;
  height: 38px;
}
.main-content .login-form > .d-flex {
  width: 100%;
}
.main-content .login-form form {
  width: 296px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main-content .login-form form .form-row.form-group {
  width: 296px;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  justify-content: center;
}
.main-content .login-form #loginButton {
  flex: 0 0 auto;
  margin-left: 0;
  margin-right: 0;
}