/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #000;
    transition: background-color 10000s ease-in-out 0s;
}

body {
    background-color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-size: 18px !important;
    color: #000;
}
p {
    line-height: 16px;
}
#login {
    padding-top: 94px;
    padding-bottom: 94px;
}
.login h1 {
    margin-bottom: 40px;
}
#login h1 a,
.login h1 a {
    height: 106px;
    width: 100%;
    margin: 0;
    background-size: auto;
    background-position: left top;
}
.login form {
    background-color: #fff;
    padding: 0;
    margin-top: 26px;
    box-shadow: none;
    border: none;
}
.login label {
    font-size: 0;
}
.login form .forgetmenot label {
    font-size: 18px;
    line-height: 30px;
}
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
textarea,
input#wp-submit {
    border-radius: 0;
}
.login #login_error,
.login .message,
.login .success {
    box-shadow: none !important;
}
input#user_login,
input#user_pass {
    background: #fff;
    color: #000;
    border: none;
    border-bottom: 1px solid #000;
    font-size: 24px;
    width: 100%;
    padding: 5px;
    margin: 0;
    box-shadow: none;
}
input#user_pass {
    margin-bottom: 10px;
}
input#user_login:focus,
input#user_pass:focus {
    border-bottom: 3px solid #000;
    padding: 5px 5px 3px;
    box-shadow: none;
}
input#rememberme {
    background: #fff;
}
input[type=checkbox]:focus {
    border: 2px solid #000;
    background: #000;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 18px;
    margin: -8px 20px 0 0;
    width: 18px;
    min-width: 18px;
}
input[type=checkbox]:checked:before {
    color: #000;
}
.login form .forgetmenot {
    float: none;
}
.login .button-primary {
    float: none;
}
input#wp-submit {
    height: 60px;
    line-height: 28px;
    padding: 0 12px 2px;
}
input[type=checkbox],
input[type=radio] {
    border: 2px solid #000;
    background: #000;
    clear: none;
    cursor: pointer;
    display: inline-block;
    line-height: 0;
    height: 18px;
    margin: -8px 20px 0 0;
    width: 18px;
    min-width: 18px;
    transition: 0.05s border-color ease-in-out;
}
input[type=checkbox]:checked:before {
    font-size: 22px;
}
.login #login_error,
.login .message,
.login .success {
    border-left: 4px solid #000;
    padding: 12px;
    margin: 60px 0 20px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}

input#wp-submit {
    height: 60px;
    width: 100%;
    line-height: 30px;
    padding: 0;
    margin-top: 53px;
    font-size: 16px;
    font-family: 'PT Sans', sans-serif;
    text-transform: uppercase;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    text-shadow: none;
    transition: all 0.2s ease-in-out;
}
input#wp-submit:hover {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
}

.login #backtoblog,
.login #nav {
    font-size: 16px;
    padding: 0;
}
.login #backtoblog a,
.login #nav a {
    color: #000;
}
.login #backtoblog a:hover,
.login #nav a:hover {
    color: #555d66;
}
#backtoblog {
    display: none;
}
@media screen and (max-width: 782px) {
    input#wp-submit {
        margin-bottom: 0;
    }
}
