body.login {
    background: #ffffff;
}
div#login {
    width: auto;
    max-width: 540px;
}
.login h1 a {
    background-image: url(https://shapedplugin.com/wp-content/themes/shapedplugin/images/shapedplugin-logo.svg);
    background-size: 150px 50px;
    background-position: center top;
    background-repeat: no-repeat;
    height: 45px;
    width: 160px;
}
body.login form {
    box-shadow: 0px 0px 30px rgba(7, 31, 66, 0.1) !important;
    border-radius: 0.25rem !important;
    padding: 3rem !important;
    border-color: #EAF1EE !important;
}
input#wp-submit,
#fls_2fa_confirm {
    display: block !important;
    width: 100% !important;
    margin-top: 20px !important;
    background: rgb(22 116 150) !important;
    height: 50px !important;
    font-weight: bold !important;
    transition-timing-function: linear !important;
    transition-duration: 300ms !important;
}
input#wp-submit:hover,
#fls_2fa_confirm:hover {
    background: rgb(10 85 118) !important;
}
.login .fs_auth_btn {
    height: 40px;
}
.login .fs_auth_btn a:focus {
    color: #ffffff;
}
.login #nav, .login #backtoblog, .login #backtoblog a {
    text-align: center;
}
body.login form .forgetmenot {
    float: unset;
}
