body {
    background: #eaf0fa;
}
body.login:before {content: "";position: absolute;left: 0;top: 0;right: 0;bottom: 0; z-index: -1; }
.login input[type="text"] {
    font-size: initial;
    }

.login #nav {
    width: 60%;
    float: left;
    display: block;
    position: relative;
    padding: 0px;
    margin: 0;
    text-align: center;
}
#login {
    width: 450px !important;
    padding-top: 15px !important;
    background: #f3f3f3;
    padding-top: 25px;
    box-shadow: 0 30px 80px rgba(37, 37, 37, 0.1) !important;
    border: 1px solid #cccccca8;
    padding: 50px 0;
    background: #fff;
}
.login form .forgetmenot > label {
    display: inline-block !important;
}

.login form {
    border: none !important;
    box-shadow: none!important;
}
.login label{color:#555;}
#login > h3 {
    text-align: center;
    font-weight: 400;
    font-size: 17px;
}
#login h1 a {
    background: url("../img/login-image.svg") no-repeat !important;
	    background-repeat: no-repeat;
    background-size: 169px 150px !important;
    height: 150px;
    width: 169px;
    text-align: center;
    margin: 0 auto;
    }
    .login form .input, .login form input[type=checkbox], .login input[type=text] {
    background:#d6d5d5a8;border-radius: 10px;border: none;box-shadow: none;
    }
#loginform > p:nth-child(1)::before, #login form p:nth-child(1)::before {
    content: "\f110";
    font-family: dashicons;
    display: inline-block;
    position: absolute;
    font-size: 21px;
    z-index: 999;
    background: #ccc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.user-pass-wrap::before, #login form p:nth-child(2)::before {
    font-family: dashicons;
    content: "\f160";
    display: inline-block;
    position: absolute;
    font-size: 21px;
    z-index: 999;
    background: #ccc;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
p#nav::before {
    font-family: dashicons;
    content: "\f528";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 1.3125rem;
    width: 1.3125rem !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.user-pass-wrap::after {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 0%;
    height: 2px;
    background-color: #38d39f;
    transition: .4s;
}
p#reg_passmail::before {
    font-family: FontAwesome;
    content: "\f003";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 1.3125rem;
    width: 1.3125rem !important;
    display: inline-block;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}



.login form .input, .login form input[type="checkbox"], .login input[type="text"] {
    border-radius: 5px;
}
#login form p > label {
    display: none;
}
 .login form .input, .login form input[type="checkbox"], .login input[type="text"] {
    background: #ffffff4f !important;
    border-radius: 5px !important;
    border: 1px solid #ccc !important;
    box-shadow: none;
}
.login form .input{padding: 5px 5px 5px 50px;}
.login .button-primary {

    border-radius: 5px !important;
    text-shadow: none !important;
    background: linear-gradient(180deg, #008EC2 , #008EC2);
    border-color: #008EC2 !important;
    transition: .5s;
}
.login #login_error{
border-radius: 5px !important;}
.login .message {
    border-left: 4px solid #f27027 !important;
    border-radius: 5px;
    box-shadow: 0 30px 80px rgb(37 37 37 / 10%) !important;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    background: #efefefd6;
}
.login #nav a:hover, .login #backtoblog a:hover{color: #eb1f27 !important;}
.login #login_error {
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    background: #efefefd6;
    border-radius: 5px;
}

.user-pass-wrap > label {
    display: none;
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large {
    height: 35px;line-height: 30px; padding:0 17px 2px 17px;
}
.wp-core-ui .button-primary:hover{transition:.5s}
.wp-core-ui .button-primary:hover,.wp-core-ui .button-primary:focus,.wp-core-ui .button-primary:active
{border-color: transparent !important; transition:.5s;background:linear-gradient(180deg, #008EC2 , #008EC2);}
#nav a,#backtoblog a{color: black !important;}


input[type=checkbox]:checked:before{color: #eb1f27;}
.login input[type=text]:focus, .login input[type=password]:focus,
input[type=email]:focus{ box-shadow: 0 0 2px rgb(255, 255, 255)
!important;}


.login form {
padding: 5px 30px 30px;
}

.wp-core-ui .button.button-large {
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin-top: 0px;
    font-size: 16px;
}
.login form .forgetmenot {
    width: 100%;
}

.login-footer{
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    margin: 15px 0px 0px 0px;
    line-height: 30px;
    background-color: #eaf0fa;
    display: inline-block;
    width: 100%;
    bottom: 0px;
    position: absolute;
}
a {
    text-decoration: none;
        color: #3c434a;
}
.login form .input {
    padding: 5px 5px 5px 50px;
    max-height: 40px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.login input[type=text] {
    margin: 0 0px 20px 0;
}
.login .wp-pwd {
    min-height: 60px;
}
.login form .input, .login input[type=password], .login input[type=text] {
    font-size: initial;
}
@media only screen and (max-width: 480px) {
#login {width: 320px !important;}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large{
    height: 28px;line-height: 25px;padding: 0 10px 2px 10px;
    }
}
.gotohome::before{
    font-family: FontAwesome;
    content: "\f015";
    display: inline-block;
    padding-right: 5px;
    position: relative;

}

.title-login{
    text-align: center;
    font-weight: normal;
    min-height: 60px;
}
.title-login>h1 {
    text-align: center;
}
.title-login>h3 {
    font-weight: 400;
    font-size: 16px;
}
p.message.register {
    display: none;
}
#login form p {
    line-height: 1.5;
    vertical-align: baseline;
    color: #555;
    font-size: 14px;
    margin-bottom: 3px;
}
.wp-core-ui .button.button-large {
    height: auto;
    line-height: normal;
    width: 100%;
    margin-top: 0px;
    font-size: 18px;
    padding: 10px;
    display: inline-block;
}
p.forgetmenot {
    margin-bottom: 17px !important;
}
.login .message {
box-shadow: none !important;
    }
#backtoblog {
    width: 50%;
    float: left;
    padding: 0px !important;
    margin: 0;
    text-align: center;
}
#backtoblog {
    padding: 0px !important;
    width: 40%;
    float: left;
    display: block;
    position: relative;
    margin: 0;
    text-align: center;
}
.login h1 {
    text-align: center;
    margin-bottom: 15px;
}
.login h1.admin-email__heading {
    text-align: center;
}
.wp-core-ui .button.button-large {
    margin: 5px;
}