
<!--
/* Do not remove this tag U8 sets the mime type so no style dec is needed */
/* DO NOT REMOVE  */
/* reus_autologin_css */
.appArea.responsive{max-width:100%;}
.survey-caption-container h3
 {
    font-size: 40px;
    font-weight: 600;
    color: #d63f08;
    line-height: 1;
}
h4 {
    font-size: 2rem;
    line-height: 52px;
    font-weight: 600;
color: #d63f08;
}
p{font-size:16px; line-height: 25px;}
input#cons_email {
    width: 98%;
    min-height: 30px;
}
input#ACTION_SUBMIT_SURVEY_RESPONSE {
    border-radius: 70px;
    padding: 10px 16px;
    border: 2.5px solid #d63f08;
    background: #d63f08;
    color: #fff;
    font-weight: 400;
cursor:pointer;
}
input#ACTION_SUBMIT_SURVEY_RESPONSE:hover {
    background: none;
    background-color: #272524;
    border: 2.5px solid #272524;
    filter: none;
    font-weight: 400;
    cursor:pointer;
}
.survey-question-container .form-content {
    margin-bottom: 0 !important;
}
@media only screen and (max-width: 480px) {
    .survey-caption-container h3 {
        font-size: 26px;
    }
    p {
        font-size: 14px;
        line-height: 22px;
    }
    input#cons_email {
        width: 95%;
    }
    input#ACTION_SUBMIT_SURVEY_RESPONSE {
        width: 95%;
        padding: 12px;
    }
}



-->
