body {
  font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Login form */
#login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 600px;
  max-width: 90%;
}

/* Username and Password Text */
.login.wp-core-ui {
  background: #eee;
}

/* Remember Me Text */
.login form,
.login form .forgetmenot {
  font-weight: 600;
}

/* Input field User Text */
.login input[type="text"] {
  font-size: 1rem;
}

/* Visible Password Text */
.login input.password-input {
  font-family: "Montserrat", "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

/* Login Btn */
.wp-core-ui .button-primary {
  background: #004569;
  border-color: #d5ba53;
  color: white;
  transition: 0.3s ease-in-out;
  transition-property: background-color border-color transform;
}

.wp-core-ui .button-primary:hover,
.wp-core-ui .button-primary:focus {
  background: #005b8b;
  border-color: #fff0b5;
  color: white;
  transform: scale(1.1);
}

/* Visible Password Btn */
.wp-core-ui .button-secondary {
  color: #004569;
}

.wp-core-ui .button-secondary:hover,
.wp-core-ui .button-secondary:focus {
  color: #004569;
}

/* Register & Lost your Password links */
.login #nav {
  text-align: center;
}

.login #nav a {
  color: #222;
  font-size: 1rem;
  font-weight: 600;
  transition: color 0.3s ease-in-out;
}

.login #nav a:hover,
.login #nav a:focus {
  color: #004569;
}

/* Back to Lakewood Baptist Church */
.login #backtoblog {
  text-align: center;
}

.login #backtoblog a {
  font-size: 0.9rem;
  font-weight: 600;
  color: #444;
}

.login #backtoblog a:hover,
.login #backtoblog a:focus {
  color: #004569;
}
