 .login label {
    color: #777777;
    font-size: 14px;
    text-align:left;
}
.login form .input, .login input[type="text"] {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
    color: #555555;
    font-size: 18px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px;
    width: 100%;
}
.login form {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);
    font-weight: 400;
    padding: 26px 24px 46px;
}

form, .login #login_error, input[type="text"], input[type="password"], input[type="file"], 
input[type="email"] {
  border-radius: 3px 3px 3px 3px;
  border-style: solid;
  border-width: 1px;
}

div.error, .login #login_error {
    background-color: #FFEBE8;
    border-color: #CC0000;
}
#login {
    margin: auto;
    padding: 30px 0 0;
    width: 320px;
}
div.error, .login #login_error {
    background-color: #FFEBE8;
    border-color: #CC0000;
}
#login_error, .login .message {
    margin: 0 0 16px 8px;
    padding: 12px;
}

.wp-core-ui .button.button-large, .wp-core-ui .button-group.button-large .button {
    height: 30px;
    line-height: 28px;
    padding: 0 12px 2px;
}

.login form .forgetmenot label {
    font-size: 12px;
    line-height: 19px;
}

.button.button-large, .button-group.button-large .button {
    height: 30px;
    line-height: 28px;
    padding: 0 12px 2px;
}
.button-primary {
    background-color: #21759B;
    background-image: linear-gradient(to bottom, #2A95C5, #21759B);
    border-color: #21759B #21759B #1E6A8D;
    box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.button, .button-primary, .button-secondary {
    -moz-box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 24px;
    line-height: 23px;
    margin: 0;
    padding: 0 10px 1px;
    text-decoration: none;
    white-space: nowrap;
}
.overflow {
  height: 220px;
}