.login-page .returning-wrapper {
    font-family: 'Lato', sans-serif;
}

.login-page .new-wrapper,
.login-page .returning-wrapper {
    box-shadow: none;
}

.login-page .returning-wrapper .form-fields {
    margin-bottom: 32px;
}

.login-page .returning-wrapper #password-buttons {
    position: static;
    height: auto;
    padding: 0 30px;
    border-top: 0;
}

.login-artwork-message {
    margin: 0 0 24px;
    color: #57534e;
    font-size: 16px;
    line-height: 1.5;
}

.login-page .returning-wrapper .inputs.reversed {
    min-height: 32px;
}

.login-page .returning-wrapper .inputs.reversed label {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
}

.login-page .login-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 14px 38px;
    border: 0;
    background: #d6447a;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    letter-spacing: .4px;
    line-height: 1.2;
    text-transform: none;
}

.login-page .login-button:hover,
.login-page .login-button:focus {
    background: #c9376e;
    color: #ffffff;
    text-decoration: none;
}

.login-page .login-button:focus-visible,
.login-recovery__button:focus-visible {
    outline: 2px solid #2c2c2c;
    outline-offset: 3px;
}

.login-access-message {
    max-width: 520px;
    margin: 28px auto 0;
    padding: 18px 24px;
    border: 1px solid #d6d3d1;
    background: #ffffff;
    color: #2c2c2c;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    text-align: center;
}

.login-access-message p {
    margin: 0;
}

.login-recovery {
    max-width: 520px;
    margin: 38px auto 0;
    padding: 0 30px 38px;
    color: #2c2c2c;
    text-align: center;
}

.login-recovery__title {
    margin: 0 0 10px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
}

.login-recovery__help {
    margin: 0 0 20px;
    color: #57534e;
    font-size: 15px;
    line-height: 1.5;
}

.login-recovery__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    max-width: 100%;
    padding: 13px 24px;
    border: 1px solid #2c2c2c;
    border-radius: 0;
    background: #ffffff;
    color: #2c2c2c;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.login-recovery__button:hover,
.login-recovery__button:focus {
    border-color: #d6447a;
    background: #fafaf9;
    color: #2c2c2c;
    text-decoration: none;
}

.login-recovery__button:active {
    transform: translateY(1px);
}

.login-recovery__error {
    display: block;
    min-height: 22px;
    margin: 10px 0 0;
    color: #b42318;
    font-size: 14px;
    line-height: 1.5;
}

.login-recovery__reset {
    margin: 12px 0 0;
    color: #57534e;
    font-size: 14px;
    line-height: 1.5;
}

.login-recovery__reset a {
    color: #2c2c2c;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

@media (max-width: 479px) {
    .login-recovery {
        padding-right: 20px;
        padding-left: 20px;
    }

    .login-recovery__button {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .login-page .returning-wrapper {
        padding-bottom: 0;
    }

    .login-page .new-wrapper:before,
    .login-page .returning-wrapper:before {
        border: 1px solid #e7e5e4;
        box-shadow: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .login-recovery__button {
        transition: none;
    }
}
