<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    /* background: #f0f0f1; */
    background: #FEBB09;
}

.login form {
    /* border: 1px solid #c3c4c7; */
    /* box-shadow: 0 1px 3px rgba(0,0,0,.04) */
    border: 1px solid #fe250d;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .04);
    border-radius: 10px;
    border: none;
    border: 2px solid orange;
}
#login {
    /* margin: auto */
    margin: auto;
}
/* text-align: center; */
.login #backtoblog a,
.login #nav a {
    /* color: #50575e */
    color: #ffffff;
}
.login form .input,
.login input[type=password],
.login input[type=text] {
    /* max-height: none */
    max-height: none;
    border: none;
    border-bottom: 2px solid black;
    border-radius: 0px;
}

input:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0px #007cba !important;
}

.wp-core-ui .button-primary {
    /* background: #2271b1; */
    background: #fe250d;
    /* text-shadow: none */
    text-shadow: none;
    border: none;
}


.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:hover {
    /* background: #135e96; */
    background: #fe250d;
    /* color: #fff */
    color: #fff;
    border: none;
}
form label{
    font-size:16px !important;
}</pre></body></html>