body.login {
    background-image: url('../images/login-background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.login h1 a {
    background-image: url('../images/logo/logo.png');
    background-size: 200px;
    background-position: center;
    background-repeat: no-repeat;
    color: #999;
    height: 60px;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3em;
    margin: 0 auto 25px;
    padding: 0;
    text-decoration: none;
    width: 100%;
    text-indent: -9999px;
    outline: none;
    overflow: hidden;
    display: block;
    pointer-events: none;
}
.login h1 a:focus {
    outline: none;
    box-shadow: none;
}
#loginform {
    border: none;
    box-shadow: 0 1px 3px rgb(0 0 0 / 9%);
    padding-bottom: 26px;
    border-radius: 10px;
}
#loginform p label {
    margin-bottom: 10px;
    color: #444;
    font-family: "effra", sans-serif;
}
.user-pass-wrap label {
    font-family: "effra", sans-serif;
    margin-bottom: 10px;
    color: #444;
}
.login form {
    border-radius: 10px;
}
#user_login, #user_pass {
    border-radius: 0;
    border-color: #efefef;
    background: none;
}
#user_login:focus, #user_pass:focus {
    border-radius: 0;
    border-color: #efefef;
    background: none;
    box-shadow: none;
}
p.forgetmenot {
    width: 100%;
    display: block;
}
p.forgetmenot label {
    font-family: "effra", sans-serif;
}
p.forgetmenot input {
    border-radius: 0;
    border-color: #e4e4e4;
    background: none!important;
    box-shadow: none;
    position: relative;
}
p.forgetmenot input:focus {
    border-radius: 0;
    border-color: #e4e4e4;
    box-shadow: none;
}
p.forgetmenot input[type=checkbox]:checked::before {
    content: '\f00c';
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 10px;
    left: 1px;
    font-size: 12px;
    color: #17243e;
}
p.submit {
    width: 100%;
    display: block;
    text-align: left;
    margin-top: 40px!important;
}
#wp-submit {
	outline: none;
    cursor: pointer;
    border: none;
    line-height: 1.2;
    float: left;
    font-family: "effra", sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 3px;
    color: #fff;
    margin: 0;
    padding: 10px 40px;
    display: inline-block;
    background: #17243e;
    text-decoration: none;
    transition: all .4s;
    outline: none;
    cursor: pointer;
    margin: 0 auto;
}
#wp-submit:hover {
    background: #8AB7E9;
    color: #fff;
}
#wp-submit:focus {
    outline: none;
    box-shadow: none;
}
.wp-pwd .dashicons {
    color: #d0d0d0;
    transition: all .4s;
}
.wp-pwd .dashicons:hover {
    color: #CCC59B;
}
.wp-hide-pw:focus {
    outline: none!important;
    box-shadow: none!important;
    border: none!important;
}
#login_error {
    border-left: none!important;
    box-shadow: 0 1px 3px rgb(0 0 0 / 9%)!important;
}
#login_error strong:before {
    content: '\f06a';
    font-family: FontAwesome;
    font-size: 14px;
    color: #65193F;
    margin-right: 4px;
}
.login #nav {
    padding: 0;
}
.login #backtoblog {
    padding: 0;
}
#nav a, #backtoblog a {
    color: #FFF!important;
    transition: all .4s;
}
#nav a:hover, #backtoblog a:hover {
    color: #8AB7E9!important;
}
#nav a:focus, #backtoblog a:focus {
    outline: none;
    box-shadow: none;
}
.privacy-policy-page-link a {
    color: #444!important;
    transition: all .4s
}
.privacy-policy-page-link a:hover {
    color: #8AB7E9!important;
}
.privacy-policy-page-link a:focus {
    outline: none;
    box-shadow: none;
}
@media (max-width: 767.98px) {
    p.forgetmenot input[type=checkbox]:checked::before {
        content: '\f00c';
        font-family: FontAwesome;
        position: absolute;
        top: 14px;
        left: 1px;
        font-size: 16px;
        color: #65193F;
    }
}
.login #login_error {
    background: #fff!important;
    border: none!important;
    color: #444;
    font-size: 14px;
    line-height: 1.2;
}
