body {
  background-color: #f0f0f0;
}

#login {
  position: relative;
}

.login h1 a {
  background-image: url("../src/images/svg/login-logo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 70%;
  transition: 250ms ease;
}

.login h1 a:hover,
.login h1 a:focus,
.login h1 a:active {
  opacity: 0.8;
  outline: 0;
  box-shadow: none;
}

.login form {
  border-radius: 10px;
  position: relative;
  padding-top: 88px;
}

.login-title {
  position: absolute;
  top: 34px;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: -1px;
}

.login form .input,
.login input[type="text"] {
  margin: 8px 0 20px;
  outline: 0;
  border-radius: 5px;
}

.login form .forgetmenot,
.login .button-primary {
  float: none;
}

#login form p.submit {
  margin: 33px 0 0;
}

#wp-submit,
#wp-submit:focus,
#wp-submit:active {
  text-shadow: none;
  box-shadow: none;
  border: none;
  background-color: #236de7;
  transition: 250ms ease;
}

#wp-submit:focus,
#wp-submit:active,
#wp-submit:hover {
  opacity: 0.8;
}

.login form .forgetmenot {
  margin-top: 3px;
}

.login #nav {
  margin: 0;
  position: absolute;
  bottom: 50px;
  right: 0;
}

.login #nav a {
  color: #236de7;
}

#backtoblog {
  display: none;
}

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

.login .button.wp-hide-pw .dashicons {
  top: 0;
}

@media (min-width: 768px) {
  #login {
    position: relative;
    width: 384px;
  }

  .login form .forgetmenot label {
    font-size: 14px;
  }

  #wp-submit,
  #wp-submit:focus,
  #wp-submit:active {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    min-width: 100px;
    width: auto;
    padding: 6px;
    height: auto;
  }
}
