/**
Login Page Stylesheet
*/
body.login {
  background: white url(/wp-content/themes/wg-framework/assets/images/background.png) no-repeat center bottom;
  background-size: cover;
}

#login h1 a, .login h1 a {
  background-image: url(/wp-content/themes/wg-framework/assets/images/website-genii.png);
  height: 75px;
  width: 325px;
  background-size: 325px 75px;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

#login h1 a {
  margin-bottom: 0;
}

body.login form {
  box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.3);
  border-radius: 7px;
}
body.login form label {
  font-weight: bold;
}

#user_login, #user_pass {
  padding: 8px 15px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

body.login .button.wp-hide-pw {
  top: 5px;
}

#rememberme {
  padding: 12px !important;
}

.forgetmenot {
  margin-top: 15px;
}
.forgetmenot input {
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
}

#rememberme:checked::before {
  margin: -1.1875rem 0 0 -1.25rem;
  height: 2.3125rem;
  width: 2.3125rem;
}

#wp-submit {
  padding: 4px 20px;
  font-size: 18px;
  background-color: #0f04fe;
  transition: background-color 0.3s ease;
}

#wp-submit:hover {
  background-color: rgba(15, 4, 254, 0.8);
}