

body {
    background: #fff !important;
}

.login h1 a {
    background-repeat: no-repeat;
    background-position: center center;
    pointer-events: none;
    cursor: default;
}

.login form {
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 19px 13px rgb(21 21 21 / 10%);
    border-radius: 7px;
}

.login form .input {
    border: 1px solid #fff;
    border-bottom: 2px solid #e4e4e4;
    border-radius: 0;
    background: #fff;
    transition: border 0.3s ease-in-out;
    box-shadow: none !important;
}

.login form .input:hover,
.login form .input:focus {

}


.login form .input:focus {
    box-shadow: none;
}

#wp-submit {
    width: 100%;
    display: block;
    height: 45px;
}

.forgetmenot {
    display: none !important;
}

#backtoblog,
#nav {
    text-align: center;
    display: none !important;
}
