.login {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 84px 24px;
}
.login #login {
    width: -webkit-fill-available;
    padding: 56px 36px;
    max-width: 504px;
    border: 1px solid #E5EDF6;
    border-radius: 16px;
    margin: 0 auto;
}
#login h1 a, .login h1 a {
    background-image: url('../assets/svgs/logo.svg');
    height: auto;
    width: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    margin-bottom: 46px;
}
#login form {
    padding: 0;
    margin: 0;
    border: 0;
    overflow: visible;
    box-shadow: none;
}
#login #loginform p:first-child, #login .user-pass-wrap, #login #resetpassform .user-pass1-wrap, #login #lostpasswordform p:first-child {
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    height: 50px;
    position: relative;
    padding: 0 16px;
    overflow: visible;
    margin-bottom: 16px;
}
#login p label, #login div label {
    position: absolute;
    background-color: white;
    padding: 4px;
    color: #080E18;
    font-size: 12px;
    top: 0;
    left: 15px;
    transform: translateY(-50%);
    z-index: 10;
}
#login #resetpassform .user-pass1-wrap .pw-weak {
    margin-bottom: 0;
    padding: 8px 25px;
}
#login #resetpassform .user-pass1-wrap .pw-weak label {
    position: static;
    transform: translateY(0);
    margin-bottom: 0;
}
#login input {
    position: static;
    margin: 0;
    border: 0;
    height: 100%;
    font-size: 16px;
    padding-top: 8px;
    &:focus {
        outline: none;
        box-shadow: none;
    }
}
#login .wp-pwd, #login .button.wp-hide-pw {
    height: 100%;
    padding-right: 0;
}
#login #resetpassform .user-pass1-wrap {
    height: auto;
    padding: 0;
}
#login #resetpassform .user-pass1-wrap input[type="text"], #login #resetpassform .user-pass1-wrap input[type="password"] {
    padding: 8px 40px 3px 20px;
    height: 50px;
    border-radius: 12px;
}
#login #resetpassform #pass-strength-result {
    margin: 0;
    border: 0;
    border-bottom-right-radius:  12px;
    border-bottom-left-radius:  12px;
}
#login #resetpassform #pass-strength-result.bad, #login #resetpassform #pass-strength-result.short {
    border-radius: 0;
}
#login #resetpassform .button.wp-hide-pw {
    height: 50px;
}
#login .forgetmenot {
    width: 100%;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 16px;
}
#login .forgetmenot label {
    position: static;
    transform: translateY(0);
    margin-bottom: 0;
    font-size: 12px;
    color: #080E18;
}
#login input[type="checkbox"] {
    min-width: 16px;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #080E18;
}
#login .submit {
    width: 100%;
    display: flex;
    margin-bottom: 16px;
}
#login .reset-pass-submit button {
    margin-bottom: 16px;
    width: 100%;
    padding: 10px 25px;
    background-color: white;
    border-color: #4752F9;
    border-radius: 12px;
    line-height: 22px;
    font-size: 16px;
    color: #4752F9;
    transition: all 0.3s ease;
    &:hover {
        background-color: #4752F9;
        color: white;
    }
}
#login .submit #wp-submit {
    width: 100%;
    background-color: #4752F9;
    padding: 10px 25px;
    border-radius: 12px;
    line-height: 22px;
}
#login #nav {
    margin: 16px 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
#login #nav a {
    color: #080E18;
    text-decoration: underline;
    &:hover {
        color: #4752F9;
    }
}
#login #backtoblog {
    display: none;
}
#login .privacy-policy-page-link {
    display: none;
}
.login .language-switcher {
    display: none;
}
.login .back-to-site {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #080E18;
    margin: 72px 0;
}
.login .back-to-site .siteurl {
    font-weight: 600;
    text-decoration: underline;
}
.login .sf-footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    max-width: 316px;
}
.login .sf-footer img {
    width: 96px;
}
.login .sf-footer p {
    text-align: center;
    color: #080E18;
    font-size: 12px;
}
.login .sf-footer p a {
    color: #080E18;
    font-weight: 600;
    text-decoration: underline;
}

#wfls-prompt-overlay {
    z-index: 9999;
    margin-top: -10px;
    padding: 0;
}

#wfls-prompt-wrapper p:first-child {
    border: 0 !important;
    height: auto !important;
    margin-bottom: 0px !important;
}

#wfls-prompt-wrapper p input {
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    height: 50px;
    position: relative;
    padding: 0 16px;
    overflow: visible;
    margin-bottom: 16px;
}