body.login {
	color:#777;
    height: 100vh;
	background: #fafafa;
	background-size: 400% 400%;
}
#login {
    margin-top: 20px;
    width: 430px;
    padding-top: 20px;
    position: relative;
    z-index: 100;
    padding-left: 15px;
    padding-right: 15px;
}
.login form {
    margin-top: 20px;
    margin-left: 0;
    padding: 35px 35px;
    font-weight: 400;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 1px 8px rgb(0 0 0 / 9%);
    border-radius: 4px;
}
.login h1 {
    background: transparent;
    margin: 0 auto;
    height: 135px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
}
.login h1 a {	
    background-image: none !important; 
    height: 100%; 
    width: 100%;
}
.login #backtoblog, 
.login #nav {
    padding: 0;
}
.login #nav a, 
.login #backtoblog a { 
    color: #171717;
}
.login #nav a:hover, 
.login #backtoblog a:hover { 
    color:#1e30fc; 
    text-decoration:none 
}
input[type=checkbox]:focus, input[type=color]:focus, 
input[type=date]:focus, input[type=datetime-local]:focus, 
input[type=datetime]:focus, input[type=email]:focus, 
input[type=month]:focus, input[type=number]:focus, 
input[type=password]:focus, input[type=radio]:focus, 
input[type=search]:focus, input[type=tel]:focus, 
input[type=text]:focus, input[type=time]:focus, 
input[type=url]:focus, input[type=week]:focus, 
select:focus, textarea:focus {
    border-color: #1e30fc;
    box-shadow: 0 0 2px #000;
    outline: 2px solid transparent;
}
.wp-core-ui .button-primary {
    background: #1e30fc;
    text-shadow: 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: #fc9b1e;
	border:1px solid #fc9b1e;
}

.wp-core-ui .button-primary.focus, 
.wp-core-ui .button-primary:focus {
    box-shadow: 0 1px 0 #fc9b1e, 0 0 1px 1px #fc9b1e;
}

.login form .forgetmenot {
    margin-bottom: 0;
    float: none;
}

.wp-core-ui .button-group.button-large .button, 
.wp-core-ui .button.button-large {
    height: auto;
    line-height: auto;
}

.wp-core-ui .button {
    font-size: 16px;
    height: auto;
    line-height: auto;
    width: 100%;
    padding: 10px 15px;
    margin-top: 20px;
}

.login #login_error, 
.login .message, 
.login .success {
    border-left: 4px solid #f00;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
}

#login #nav a.ce {
    background: transparent;
}

#login #nav a.ce:focus {
    box-shadow: 0 0 0 1px #0f0, 0 0 2px 1px #00f;
}
.login form .input, .login input[type=password], .login input[type=text]{
	font-size:16px;
	padding: 5px 10px!important;
}
@media (max-width: 767.98px) { 
    #login {
        width: 100%;
    }
    .login h1 {
        height: 120px;
    }
}
