/* Minification failed. Returning unminified contents.
(79,22): run-time error CSS1039: Token not allowed after unary operator: '-Backgrounds-Error-BG'
(111,17): run-time error CSS1039: Token not allowed after unary operator: '-Text-Error-Red'
 */
#signinContainer {
    width: 1016px;
    display: flex;
    padding: 0px 4px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: auto;
    margin-top: 64px;
    margin-bottom: 0;
}

.sign-in-container {
    width: 1016px;
    display: flex;
    padding: 0px 4px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.sign-in-container-h1 {
    color: #000;
    font-family: BurfordBase, serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 668px;
    height: 72px;
    margin-bottom: 0;
}
.v2-button {
    padding: 0 !important;
}
.sign-in-container-h2 {
    color: #000;
    font-family: MuseoSlab-300, serif !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 80%; /* 19.2px */
    margin-bottom: 0;
}

.sign-in-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
}

.sign-in-row-header-banner {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 0;
}

.sign-in-form-container {
    display: flex;
    width: 598px;
    padding: 0px 4px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}

.sign-in-error {
    display: none;
    width: 598px;
    padding: 8px 16px;
    align-items: center;
    gap: 16px;
    background: var(--Backgrounds-Error-BG, #F8CAD0);
}

#signinForm {
    margin-bottom: 0;
    margin-top: -40px;
}

.sign-in-error-info {
    margin-bottom: 0 !important;
}

.show-before {
    display: flex;
    align-items: center;
}

    .show-before p {
        margin-bottom: 0 !important;
    }

.show-before-icon {
    display: flex;
    align-items: center;
}

    .show-before-icon p {
        margin-bottom: 0 !important;
    }

.error-info {
    display: none;
    color: var(--Text-Error-Red, #B50024) !important;
    font-family: MuseoSlab-300, serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.035px;
    margin-bottom: 0;
    margin-left: 8px;
    margin-top: 8px;
}

    .error-info::before {
        margin-right: 4px;
        content: url(/Content/Images/error_outline.svg);
    }

.input-error {
    border-radius: 4px;
    border: 2px solid #B62926;
    background: #FFF;
}

.radio-text {
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    top: 4px;
}

.row-padding-col {
    width: 328px;
    color: #000;
    font-family: MuseoSlab-300, serif !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding: 0;
    text-transform: none !important;
}

    .row-padding-col p {
        margin-bottom: 0 !important;
    }

.row-padding-col-input {
    padding: 0 !important;
    margin-bottom: 0px !important;
}

.join-reward-group {
    display: flex;
    width: 599px;
    padding: 12px 0px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 0.5px solid rgba(0, 0, 0, 0.35);
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.join-reward-group-button {
    width: 328px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

    .join-reward-group-button a {
        display: flex;
        width: 232px;
        height: 64px;
        padding: 19px 40px;
        text-decoration: none !important;
        justify-content: center;
        align-items: center;
        gap: 10px;
        background-image: url(/Content/Images/button_red.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #FFF;
        font-family: BurfordBase, serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.join-reward-group-label {
    color: #000;
    text-align: center;
    font-family: BurfordBase, serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 80%;
    width: 312px;
    flex-shrink: 0;
    margin-bottom: 0px !important;
}

.join-notice {
    color: #000;
    margin-left: 32px !important;
    font-family: BurfordBase, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 80%;
    display: list-item;
    margin: 0;
}

.join-notice-dollar {
    color: #B72926;
    font-family: BurfordBase, serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 80%;
    margin: 0;
}

.forgot-password {
    display: flex;
    width: 598px;
    padding: 4px;
    align-items: flex-start;
    gap: 10px;
}

    .forgot-password > a {
        color: #007BFF;
        text-align: center;
        font-family: BurfordBase, serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 100% */
        letter-spacing: 0.05px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
        margin-bottom: 0;
    }

.sign-in-button {
    display: contents;
    width: 100%;
}

.facebook-signin-button {
    display: flex;
    width: 450px;
    padding: 0px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin:auto;
}

#btnFacebookSignIn {
    width: 315px;
    height: 65px;
    border: none;
    background-image: url(/Content/Images/button_black.png);
    flex-shrink: 0;
    color: #fff !important;
    font-family: BurfordBase, serif;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 24px;
    text-align: center;
    margin: auto;
    cursor: pointer;
    line-height: 50px;
    text-decoration: none !important;
    margin-top: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.or-text {
    color: #000;
    font-family: BurfordBase, serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 62.5% */
    letter-spacing: 0.032px;
}
.signin-sub-header-text {
    justify-content: center;
    display: flex;
    width: 328px;
    padding: 4px 10px;
    align-items: center;
    margin: auto;
}

    .signin-sub-header-text > p {
        margin-bottom: 0;
    }

#signinContainer > form > h1, #signinContainer > h1 {
    font-family: BurfordBase, serif;
    font-size: 48px;
    text-align: center;
    margin-top: 64px;
    line-height: 60px;
}

    #signinContainer > form > p, #signinContainer > p {
        font-family: Museo-300italic,serif !important;
        font-size: 14px;
        text-align: center;
        margin-bottom: 32px;
    }

.form-control {
    height: calc(1.5em + .75rem + 16px);
}

.form-field {
    font-family: BurfordBase, serif;
    font-size: 18px;
}

.left-label {
    text-align: left !important;
    margin-bottom: 0 !important;
    font-style: normal !important;
}

.right-label {
    text-align: right !important;
}

.special-field {
    margin-top: 14px;
}

.form-check-label {
    font-family: MuseoSlab-300, serif !important;
    font-size: 14px;
    padding: 0px 14px;
}

.contactus-controls {
    text-align: center;
    margin: 32px 0 0 0;
    display: block;
}

.quote-submit-button {
    color: #fff !important;
    font-family: BurfordBase, serif;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 24px;
    color: #ffffff !important;
    text-align: center;
    margin: auto;
    cursor: pointer;
    line-height: 50px;
    text-decoration: none !important;
    background-image: url(/Content/Images/button_black.png);
    border: none;
    display: flex;
    width: 232px;
    height: 64px;
    padding: 19px 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

    .quote-submit-button:hover {
        background-image: url(/Content/Images/button_red.png);
    }

.or-center
{
    margin:auto;
}

.horizontalLine {
    width: 50%;
    text-align: center;
    line-height: 16px;
}

input[type=date] {
    text-transform: uppercase;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

::placeholder { /* Recent browsers */
    text-transform: none;
}

.form-field input {
    font-family: MuseoSlab-300,serif !important;
    font-weight: 600;
}

.form-field select {
    font-family: MuseoSlab-300, serif !important;
    font-weight: 600;
    font-size: 15px;
}

.form-field textarea {
    font-family: MuseoSlab-300, serif !important;
    font-weight: 600;
}

.grecaptcha-badge {
    position: inherit !important;
    margin: auto !important;
    float:right;
}

.g-recaptchav2 {
    position: inherit !important;
    margin: auto !important;
    float: right;
}

.grecaptcha-error-message {
    clear: both;
    margin: auto !important;
    float: right;
    padding-top: 10px;
}

#btnSubmit {
    float: right;
    width: 250px;
}

.signin-ctrls {
    margin-top: 32px;
}

@media(max-width:991px) {
    #btnSubmit {
        float: none;
    }

    .sign-in-button {
        text-align:center;
    }
}

@media screen and (max-width: 359px) {
    #signinContainer {
        width: 280px !important;
    }

    .sign-in-container {
        width: 280px !important;
    }

    .sign-in-row-header-banner {
        width: 278px !important;
    }

    .join-reward-group {
        width: 278px !important;
    }

    .row-padding-col {
        width: 278px !important;
    }

    .sign-in-container-h1 {
        width: 278px !important;
    }

    .join-reward-group-button {
        width: 278px !important;
    }

    join-reward-group-label {
        width: 278px !important;
    }

    .sign-in-form-container {
        width: 278px !important;
    }

    .sign-in-container .sign-in-button {
        width: 278px !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 1110px) {
    #signinContainer {
        width: 747px !important;
    }
    .sign-in-container {
        width: 747px !important;
    }

    .sign-in-row-header-banner {
        width: 745px !important;
    }

    #btnFacebookSignIn {
        width: 328px !important;
    }

    #btnSubmit {
        float: none;
        width: 328px;
    }

    .quote-facebook-submit-button {
        width: 328px !important;
    }
}

@media(max-width:767px) {
    .join-reward-group-button a {
        color: #FFF;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        display: flex;
        width: 114px;
        height: 31.448px;
        padding: 0;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .join-reward-notice-group {
        margin-left: 18px;
    }

    .form-group {
        margin-bottom: 0 !important;
    }

    .forgot-password {
        width: auto;
        margin-right: 0;
        margin-left: 0;
    }

    .row-padding-col-input {
        padding: 0 !important;
    }

    .join-reward-group {
        display: flex;
        width: 328px;
        padding: 8px 0px;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        border-radius: 4px;
        border: 0.5px solid rgba(0, 0, 0, 0.35);
        box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .join-reward-group-label {
        color: #000;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 80%; /* 19.2px */
    }

    #btnSubmit {
        display: flex !important;
        width: 252px !important;
        height: 64px !important;
        padding: 12px 73px !important;
        justify-content: center;
        align-items: center;
        gap: 8px;
        font-size: 24px;
        flex-shrink: 0;
    }

    #btnFacebookSignIn {
        display: flex;
        width: 315px;
        height: 65px;
        flex-shrink: 0;
        padding: 0;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-top: 0;
        font-size: 24px;
    }

    .quote-facebook-submit-button {
        width: 232px !important;
    }

    .row-padding-col {
        font-size: 14px !important;
    }

        .row-padding-col p {
            margin-bottom: 0 !important;
        }

    .forgot-password a {
        font-size: 14px !important;
    }

    .join-notice {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 80%; /* 16px */
    }

    .join-notice-dollar {
        color: #B72926;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 80%;
    }

    #signinContainer {
        display: flex;
        width: 336px;
        flex-direction: column;
        gap: 16px;  
    }

    .sign-in-container {
        display: flex;
        width: 336px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .sign-in-container-h1 {
        width: 334px;
        height: auto;
        color: #000;
        text-align: center;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 80%;
    }

    .sign-in-container-h2 {
        display: none;
    }

    .sign-in-row-header-banner {
        align-self: center;
        display: flex;
        width: 328px;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        margin-bottom: 0px;
    }

    .sign-in-form-container {
        width: 328px;
        padding: 0px 4px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .sign-in-row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
    }
    .grecaptcha-error-message {
        margin-bottom: 16px !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .or-text {
        width: 100%;
        margin: 0;
        margin-bottom: 16px !important;
    }

    .sign-in-error {
        width: 100%;
    }

    .facebook-signin-button {
        width: 100%;
        height: 65px;
        flex-shrink: 0;
        margin: 0;
    }
    #signinContainer > form > h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .sign-in-button {
        display: flex;
        width: 328px !important;
        justify-content: center;
        align-items: flex-start;
        margin: 0;
        margin-bottom: 16px !important;
    }

    .signin-ctrls {
        margin-top: 16px;
    }

    .right-label {
        text-align: left !important;
    }

    #signinContainer > form > h1, #signinContainer > h1 {
        font-size: 50px;
        line-height: 50px;
    }

    .date {
        width: 17.5%;
    }

    .date {
        width: 100%;
        margin: 4px 0;
    }

    .grecaptcha-badge {
        position: inherit !important;
        margin: auto !important;
        margin-bottom: 16px !important;
    }

    .g-recaptchav2 {
        position: inherit !important;
        margin: auto !important;
    }
}

