/*
 * SANETER Stage36 authentication accent override.
 * Shared by login, signup and password-reset related pages.
 */

:root {
    --sn-brand: #1E68FF !important;
    --sn-brand-hover: #1E68FF !important;
    --sn-shadow-focus: 0 0 0 3px rgba(30, 104, 255, .14) !important;
}

/* Authentication links and highlighted text */
.sn-auth .sn-auth__subtitle a,
.sn-auth .sn-link,
.sn-auth .sn-auth__back a,
.sn-auth .sn-verify__resend,
.sn-auth a.sn-link {
    color: #1E68FF !important;
}

/* Primary authentication buttons and button-style links */
.sn-auth .sn-submit,
.sn-auth button.sn-submit,
.sn-auth a.sn-submit,
.sn-auth .sn-submit--link {
    border-color: #1E68FF !important;
    background: #1E68FF !important;
    background-image: none !important;
    color: #ffffff !important;
    box-shadow: 0 1px 2px rgba(30, 104, 255, .12) !important;
}

/* Primary authentication button interactive states */
.sn-auth .sn-submit:hover,
.sn-auth .sn-submit:active,
.sn-auth .sn-submit:focus-visible,
.sn-auth a.sn-submit:hover {
    border-color: #1E68FF !important;
    background: #1E68FF !important;
    background-image: none !important;
    color: #ffffff !important;
}

/* Authentication text links must never receive a filled background */
.sn-auth .sn-auth__subtitle a:hover,
.sn-auth .sn-link:hover,
.sn-auth .sn-auth__back a:hover,
.sn-auth .sn-verify__resend:hover {
    border-color: transparent !important;
    background: transparent !important;
    background-color: transparent !important;
    color: #1E68FF !important;
}

/* Blue focus states */
.sn-auth input:focus,
.sn-auth select:focus,
.sn-auth textarea:focus,
.sn-auth .sn-field__input:focus {
    border-color: #1E68FF !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(30, 104, 255, .14) !important;
}

/* Native form controls */
.sn-auth input[type="checkbox"],
.sn-auth input[type="radio"] {
    accent-color: #1E68FF !important;
}

/* Keyboard focus for links and controls */
.sn-auth a:focus-visible,
.sn-auth button:focus-visible {
    outline-color: #1E68FF !important;
}
