body.login {
  background-color: #F7F7F7;
}

body.login #login {
  position: relative;
  z-index: 2;
}

body.login .button-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #ffffff;
  background-color: #49B9C0;
  border-radius: 10px;
  border: none;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  padding: 8px !important;
  line-height: 22px !important;
  margin-top: 24px;
}

body.login .button-primary:hover, body.login .button-primary:active, body.login .button-primary:focus {
  background: #205757;
  color: #ffffff;
}

.body.login button[name=itsec_resend_2fa], .body.login button[name=itsec_resend_2fa]:hover, .body.login button[name=itsec_resend_2fa]:active, .body.login button[name=itsec_resend_2fa]:focus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  color: #49B9C0 !important;
  background-color: #ffffff !important;
  border-radius: 10px;
  border: 1px solid #49B9C0;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  padding: 8px !important;
  line-height: 22px !important;
  margin-top: 0;
  margin-bottom: 24px;
}

body.login form {
  padding: 24px;
  border: none;
  border-radius: 10px;
  margin-top: 24px;
}

body.login #lostpasswordform .input {
  margin-bottom: 0;
}

body.login label {
  margin-bottom: 7px;
  color: #000000;
}

body.login .input {
  background-color: #ffffff;
  border-radius: 10px;
  border-color: rgba(0, 0, 0, 0.2);
  border-width: 1px;
}

body.login .message {
  border-left: 0;
  padding: 24px;
  border-radius: 10px;
  box-shadow: none;
}

body.login #login_error {
  padding: 24px;
  border: 4px solid #d63638;
  border-color: #d63638;
  border-radius: 10px;
}

body.login #nav {
  margin-bottom: 12px;
}

body.login #backtoblog {
  display: none;
}

body.login #nav a, body.login #backtoblog a {
  color: #49B9C0;
  font-weight: 400;
  text-decoration: none;
  line-height: 24px;
  letter-spacing: 0.01em;
}

body.login #nav a:hover, body.login #backtoblog a:hover {
  color: #205757;
}

body.login h1 a {
  height: 55px;
}