﻿.spac_widget .spac_form_container {
    background-color: #DFE3EC;
    padding: 10px 10px 20px 10px;
}

.spac_widget h2,
.spac_widget h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: normal;
}

.spac_widget h2 {
    font-size: 24px;
}

.spac_widget h3 {
    font-size: 18px;
}

.spac_widget .spac_warning {
    color: red;
    font-weight: bold;
}

.spac_widget .form-group label {
    margin: auto 0;
}

.spac_widget .form-group.required label::after {
    content: " *";
    color: red;
}

.spac_widget a {
    font-weight: bold;
    color: #0A1C5C;
    text-decoration: none;
}

    .spac_widget a:hover {
        text-decoration: underline;
    }

.spac_widget .spac_agreement {
    margin-bottom: 1rem;
}

    .spac_widget .spac_agreement .spac_check {
        display: inline-block;
        height: 1rem;
        margin-left: 0.25rem;
    }

        .spac_widget .spac_agreement .spac_check input {
            width: 1.4rem;
            height: 1.4rem;
        }

.spac_widget .spac_submit {
    width: 150px;
    height: 30px;
    color: #FFF;
    border: 1px solid #0A1C5C;
    font-size: 14px;
    font-weight: 500;
    background-color: #0A1C5C;
    cursor: pointer;
    outline: none;
}

    .spac_widget .spac_submit:hover {
        background-color: #6F7AA0;
        color: #0A1C5C;
    }

    .spac_widget .spac_submit:disabled {
        color: #808080;
        background-color: #CCC;
        border-color: #808080;
        cursor: default;
    }

.spac_widget .spac_messages {
    margin-top: 15px;
    margin-bottom: 0;
    list-style-type: none;
}

    .spac_widget .spac_messages li.success {
        color: green;
    }

    .spac_widget .spac_messages li.error {
        color: red;
    }

.spac_widget .spac_confirmation {
    padding: 10px 10px 20px 10px;
}
