/* =============================================================================
// css/login.css
// ===========================================================================*/

body.login {
  background: #2a3846;
  font-family: Lato, Arial, Helvetica, sans-serif;
}

.login h1 a {
  background: url(https://cdn-static.avidmode.io/branding/sero-digital-wordmark.svg);
  background-repeat: no-repeat;
  width: 300px;
  height: 60px;
}

#login {
  width: 460px;
  padding: 6.5% 0 0;
  margin: auto;
}

#login .dashicons {
  right: 9px;
}

#login .message,
#login #login_error {
  background: #25313e;
  color: #b5b5b5;
  border-left-color: #4595e5;
  font-size: 14px;
}

#login #login_error {
  border-left-color: #cc493d;
}

#loginform,
#lostpasswordform {
  background: #25313e;
  border: none;
  color: #888;
  padding: 24px;
}

#loginform label,
#lostpasswordform label {
  font-size: 15px;
  font-weight: 700;
}

#loginform .input,
#loginform input[type=checkbox],
#loginform input[type=text],
#loginform input[type=password],
#lostpasswordform .input,
#lostpasswordform input[type=checkbox],
#lostpasswordform input[type=text],
#lostpasswordform input[type=password] {
  background: rgba(42,56,70,0.85);
  border: none;
  color: #c0c0c0;
  padding: 6px 8px;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
  border-radius: 2px;
  transition: background-color .175s ease, color .175s ease, border-color .175s ease;
}

#loginform input[type=text]:focus,
#loginform input[type=password]:focus,
#lostpasswordform input[type=text]:focus,
#lostpasswordform input[type=password]:focus {
  background: rgba(62, 83, 104, 0.85);
  color: #fff;
}

#user_login,
#user_pass {
  border-left: 6px solid #4595e5 !important;
}

#user_login:focus,
#user_pass:focus {
  border-left-color: #3dcca8 !important;
}

#login .forgetmenot {
  float: none;
  text-align: center;
}

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

#login .submit {
  text-align: center;
}

#wp-submit {
  float: none;
  margin-top: 20px;
  padding: 2px 60px;
  font-size: 14px;
  letter-spacing: .25px;
  text-transform: uppercase;
}

#nav, #backtoblog {
  text-align: center;
}

#nav a,
#backtoblog a {
  color: #888 !important;
  font-size: 16px;
}

#nav a:hover,
#backtoblog a:hover {
  color: #4595e5 !important;
}