body, .login {
    background:white;
    text-transform:lowercase;
    outline:none;
}

#loginform {
    box-shadow:none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background:white;
}

.wp-core-ui .button-primary {
    background:white;
    border:1px solid black;
    box-shadow:none;
    text-shadow:none;
    color:black;
    text-transform:lowercase;

}

label {
    text-align:center;
}

input {
    outline:none;
}

.input {
    outline:none;
    border-radius:6px;
    border:1px solid black!important;
    box-shadow:none;
    padding:10px!important;
    font-size:30px!important;
}

h1 a {
    height: 82px!important;
    background-size: 254px!important;
    width: 300px!important;
}
