﻿#captchaContainer {
    max-width: 413px;
    background-color: rgba(249, 249, 249, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(170, 170, 170, 1);
    border-radius: 5px;
    padding-top: 25px;
    padding-bottom: 15px;
    border-radius: 5px !important;
    padding-left: 15px;
    float: left;
    margin-bottom: 25px;
}

#captcha {
    float: left;
    width: 75%;
}

.captchaImage {
    float: right;
    margin-top: -15px;
}

.captchaHeader {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
}



@media only screen and (max-width: 768px) {



    #captchaContainer {
        width: 95% !important;
        float: left;
    }



    .captchaHeader {
        float: left;
        width: 65%;
    }

    .captchaImage {
    }
}

#ErrorMessages {
    padding: 10px;
    color: #000000;
    font-family: "Open Sans SemiBold", "Open Sans", sans-serif;
    font-weight: 650 !important;
    width: 413px;
}

.validationList {
    font-weight: 650 !important;
}

    .validationList li span {
        font-weight: 400;
        color: #E60005 !important;
    }

@media only screen and (max-width: 768px) {


    #ErrorMessages {
        width: 95% !important;
        float: left;
    }
}
