/* ===================================
	Login CSS
=================================== */


body.login {
  background: url('/wp-content/themes/generatepress-child/images/wp-login-bg.webp') no-repeat center center;
	background-size: cover;
  font-family: 'Montserrat', sans-serif;
}

.login h1 a {
  background-image: url('/wp-content/themes/generatepress-child/images/mcs-login-logo-2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 320px;
  height: 193px;
}

.login #login {
  width: 380px;
}

.login form {
  background: rgba(255,255,255,0.96);
  border: none;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.18);
  padding: 28px;
}

.login label {
  color: #183328;
  font-weight: 600;
}

.login input[type="text"],
.login input[type="password"] {
  border: 1px solid #cfd8dc;
  border-radius: 10px;
  min-height: 46px;
  box-shadow: none;
}

.login .button-primary {
  background: #67d6b3;
  border: none;
  color: #000;
  border-radius: 999px;
  padding: 0 22px;
  min-height: 42px;
  box-shadow: none;
  text-shadow: none;
}

.login .button-primary:hover,
.login .button-primary:focus {
  background: #8be4c8;
  color: #000;
}

.login #backtoblog a,
.login #nav a {
  color: #d9f7ee;
}

.login #backtoblog a:hover,
.login #nav a:hover {
  color: #67d6b3;
}