body.login {
  background: #00439c;
}

body.login #login {
  width: 560px;
}

    
@media only screen and (max-device-width: 480px) {
body.login #login {
  width: 345px;
}
    }

body.login div#login form p label {
    color: #fff;
    font-size: 17px;
    font-family: sans-serif;
}

.login form .input, .login input[type=text] {
    font-size: 32px;
    width: 100%;
    padding: 9px 12px 8px 12px;
    margin: 6px 6px 18px 0;
}

@media only screen and (max-device-width: 480px) {
    .login form .input, .login input[type=text] {
    font-size: 25px;
    width: 100%;
    padding: 9px 12px 8px 12px;
    margin: 6px 6px 18px 0;
}
}

.login form {
    margin-top: 15px;
    margin-left: 0;
    padding: 30px 34px 30px 34px;
    background: #00439c;
    border: 12px solid #003882;
}

@media only screen and (max-device-width: 480px) {
.login form {
    margin-top: 15px;
    margin-left: 0;
    padding: 20px 24px 20px 24px;
    background: #00439c;
    border: 10px solid #003882;
}
}

.login label {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    font-family: sans-serif;
}


.login h1 a {
  background-image: url('https://www.talkchelsea.net/wp-content/uploads/2025/04/logo@2x.png');
  background-repeat: no-repeat;
  margin-bottom: 11px;
  background-size: 140px;
  width: 160px;
  height: 160px;
}

@media only screen and (max-device-width: 480px) {
.login h1 a {
  background-image: url('https://www.talkchelsea.net/wp-content/uploads/2025/04/logo@2x.png');
  background-size: 100px;
  background-repeat: no-repeat;
  margin-bottom: 11px;
  background-size: 90px;
  width: 100px;
  height: 100px;
}
    }

.login input[type="text"]{
    border-color: #00439c;
	font-weight: 700;
}

.login input[type="password"] {
    border-color: #00439c;
    -webkit-border-radius: 0px;
}

input[type=radio], input[type=checkbox] {
       background: #fff;
    color: #034087;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 20px;
    margin: -4px 4px 0px 1px;
    outline: 0;
    padding: 0!important;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    min-width: 20px;
    transition: .05s border-color ease-in-out;
}

input[type=text], input[type=search], input[type=radio], input[type=tel], input[type=time], input[type=url], input[type=week], input[type=password], input[type=checkbox], input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], select, textarea {
   background-color: #fff;
    color: #014ea8;
    outline: 0;
    -webkit-transition: 50ms border-color ease-in-out;
    transition: 50ms border-color ease-in-out;
}

.login .button.wp-hide-pw .dashicons {
    width: 1.8rem;
    height: 1.8rem;
    top: 1.25rem;
    right: .3rem;
    color: #00439c;
}


.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    line-height: 32px;
    font-weight: bold;
    padding: 10px;
    font-size: 29px;
    margin-top: 1px;

}

.wp-core-ui .button-primary {
    background: #003778;
    color: #ffffff;
    border-color: #003778;
    text-decoration: none;
}

.login .button-primary:hover {
  background-color:#fff !important;
  color: #034087;
}

.login .button-primary:active {
      background: #023065;
    -webkit-box-shadow: 0 1px 0 #00489c;
    box-shadow: 0 1px 0 #00489c;
    color: #fff;
    text-decoration: none;
    text-shadow: 0 -1px 1px #023065, 1px 0 1px #023065, 0 1px 1px #023065, -1px 0 1px #023065;
}

.login #login_error, .login .message {
    padding: 14px;
    margin-left: 0;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    font-family: sans-serif;
    margin-bottom: 20px;
    background-color: #dc3232;
}

.wp-core-ui .button, .wp-core-ui .button-secondary {
    color: ##6ba8f9;
}

.login .privacy-policy-page-link {
    display: none;
}

.language-switcher {
    margin: 0 auto;
    padding: 0 0 24px;
    text-align: center;
    display: none;
}

p#nav {
  display: none;
}

p#backtoblog {
  display: none;
}