
/* TEMPTATION_ACCOUNT_BRAND_V3 */

body[id^="account-"] {
    --temptation-red: #C62828;
    --temptation-red-light: #E53935;
    --temptation-red-dark: #7A0C18;
    --temptation-wine: #4A0A12;
    --temptation-blush: #F8E9EC;
    --temptation-black: #1D1D1D;
}

body[id^="account-"] .btn-primary,
body[id^="account-"] button[type="submit"],
body[id^="account-"] input[type="submit"],
body[id^="account-"] [class*="upsex-"][class*="button"] {
    color: #fff !important;
    border-color: transparent !important;

    background:
        linear-gradient(
            135deg,
            #4A0A12 0%,
            #7A0C18 34%,
            #C62828 70%,
            #E53935 100%
        ) !important;

    box-shadow:
        0 10px 25px rgba(198, 40, 40, .22) !important;
}

body[id^="account-"] input:focus,
body[id^="account-"] select:focus,
body[id^="account-"] textarea:focus {
    border-color: #E53935 !important;

    box-shadow:
        0 0 0 3px rgba(229, 57, 53, .14) !important;
}

body[id^="account-"] a:hover,
body[id^="account-"] a:focus,
body[id^="account-"] .text-danger {
    color: #C62828;
}
