﻿#ThirdPartyAccessFormWidget {
    background-color: #DFE3EC;
    padding: 10px 10px 20px 10px;
}

    #ThirdPartyAccessFormWidget h1,
    #ThirdPartyAccessFormWidget h2,
    #ThirdPartyAccessFormWidget h3 {
        margin-top: 30px;
        margin-bottom: 15px;
        font-weight: normal;
    }

    #ThirdPartyAccessFormWidget h1 {
        font-size: 30px;
        margin-top: 0;
    }

    #ThirdPartyAccessFormWidget h2 {
        font-size: 24px;
    }

    #ThirdPartyAccessFormWidget h3 {
        font-size: 18px;
        font-weight: bold;
    }

    #ThirdPartyAccessFormWidget .third_party_access_form_options_box {
        border: 2px solid white;
    }

        #ThirdPartyAccessFormWidget .third_party_access_form_options_box .third_party_access_form_options_inner {
            border: 1px solid transparent;
            padding: 4px 8px 0 8px;
        }

            #ThirdPartyAccessFormWidget .third_party_access_form_options_box .third_party_access_form_options_inner.validation_error {
                border-color: red;
            }

    #ThirdPartyAccessFormWidget .radio_button_label span {
        padding-left: 2px;
    }

    #ThirdPartyAccessFormWidget .form-group.label_aligned label {
        margin: auto 0;
    }

    #ThirdPartyAccessFormWidget .form-group.label_top label {
        margin: 0.5rem 0 0 0;
    }

    #ThirdPartyAccessFormWidget .form-group.required label::after {
        content: " *";
    }

    #ThirdPartyAccessFormWidget a {
        font-weight: bold;
        color: #0A1C5C;
        text-decoration: none;
    }

        #ThirdPartyAccessFormWidget a:hover {
            text-decoration: underline;
        }

    #ThirdPartyAccessFormWidget .third_party_access_form_agreement {
        margin-bottom: 1rem;
    }

        #ThirdPartyAccessFormWidget .third_party_access_form_agreement .third_party_access_form_check {
            display: inline-block;
            height: 1rem;
            margin-left: 0.25rem;
        }

            #ThirdPartyAccessFormWidget .third_party_access_form_agreement .third_party_access_form_check input {
                width: 1.4rem;
                height: 1.4rem;
            }

    #ThirdPartyAccessFormWidget .third_party_access_form_submit {
        width: 150px;
        height: 30px;
        color: #FFF;
        border: 1px solid #0A1C5C;
        font-size: 14px;
        font-weight: 500;
        background-color: #0A1C5C;
        cursor: pointer;
        outline: none;
    }

        #ThirdPartyAccessFormWidget .third_party_access_form_submit:hover {
            background-color: #6F7AA0;
            color: #000000;
        }

        #ThirdPartyAccessFormWidget .third_party_access_form_submit:disabled {
            color: #808080;
            background-color: #CCC;
            border-color: #808080;
            cursor: default;
        }

        #ThirdPartyAccessFormWidget .third_party_access_form_submit:focus {
            background-color: #6F7AA0;
            color: #000000;
        }

    #ThirdPartyAccessFormWidget .third_party_access_form_messages {
        margin-top: 15px;
        margin-bottom: 0;
        list-style-type: none;
        font-size: 25px;
        font-weight: 600;
    }

#ThirdPartyAccessFormWidget .third_party_access_form_messages li.success {
    color: green;
    font-weight: bold;
}

#ThirdPartyAccessFormWidget .third_party_access_form_messages li.error {
    color: red;
    font-weight: bold;
}

#ThirdPartyAccessFormWidget .tpa_form_label {
    display: inline-flex;
    height: 32.46px;
    line-height: 32.45px;
    width: 50%;
    margin-bottom: 0px;
}
#ThirdPartyAccessFormWidget .tpa_form_label_text {
    min-width: 25px;
    margin-left: 5px;
    margin-right: 5px;
}

#ThirdPartyAccessFormWidget .tpa_form_question {
    font-weight: bold;
    margin-bottom: 0px;
}

    #ThirdPartyAccessFormWidget .tpa_form_radio_button{
        margin-top: 1px;
        margin-bottom: 1px;
    }

    #ThirdPartyAccessFormWidget .tpa_form_radio_button:focus {
        outline: 2px solid #0A1C5C;
    }

#ThirdPartyAccessFormWidget .validation-msg {
    color: #CE0103;
}

    