﻿input[type=text].resposta {
    border: 2px solid #a6b6ce;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    margin-top: 10px;
    padding-left: 8px;    
}
.resposta  {
    color: #a6b6ce !important;
}
.ccrequest {
    width: 350px;
    margin: 0px;
    background-color: #fff;
    font-family: Arial,Helvetica,sans-serif!important;
    padding-bottom: 20px;
}

    .ccrequest .container {
        margin: 0 10px;
        color: #a6b6ce;
    }
.inputDiv {
    font-size: 0.844em;
}
.ccrequest-title {
    font-size: 1.5em;
    color: #4c6c9d;
    margin-bottom: 22px;
    font-weight: 400;
}

.col1, .col2 {
    float: left;
    width: 49%;
}

.col1 {
    margin-right: 2%;
}

.ccrequest-smallprint {
    font-size: 0.844em;
    clear: both;
    display: inline-block;
    margin-top: 10px;
    line-height: 1.3em;
}

.ccrequest-autorize {
    margin: 20px 0 20px 0;
}

.ccrequest-autorize__checkbox {
    width: 15px;
    height: 15px;
    float: left;
}

.ccrequest-autorize__label {
    display: block;
    width: auto;
    padding-left: 20px;
    font-size: 0.844em;
}

input[type=submit].ccrequest-submit {
    background-color: #7f96b9;
    margin-left: 0;
    margin-top: 10px;
    font-size: 1.2em;
    color: #fff;
    border-radius: 6px;
    line-height: 1em;
    cursor: pointer;
    padding: 8px 20px;
}

input[type=submit].ccrequest-submit:hover {
    background-color: #4c6c9d;
}

input[type=submit].ccrequest-submit:disabled {
    background-color: #a6b6ce;
}


.ccrequest-captcha {
    margin-top: 5px;
}

.ccrequest-captcha__control {
    float: left;
    background-color: rgb(238, 238, 238);
    height: 64px;
    width: 256px;
}

.ccrequest-captcha__refreshBtn {
    float: right;
    background-image: url('../img/refresh-captcha_off.png');
    background-repeat: no-repeat;
    height: 64px;
    width: 64px;
}

.ccrequest-captcha__refreshBtn:hover {
    background-image: url('../img/refresh-captcha.png');
}


.ccrequest-feedbackmsg {
    padding-top: 100px;
    font-size: 1.8em;
    color: #4c6c9d;
    margin-bottom: 22px;
    font-weight: 400;
    text-align:center;
    padding-left: 20px;
    padding-right: 20px;
}

input[type=submit].ccrequest-goback {
    background-color: #7f96b9;
    margin-left: 0;
    margin-top: 10px;
    font-size: 1em;
    color: #fff;
    border-radius: 6px;
    line-height: 1em;
}

.ccrequest .ms-error {
    color: red;
    font-size: 0.8em;
}

a.rcRefreshImage {
    height: 64px;
    width: 58px;
}

a.rcCaptchaAudioLink {
    height: 64px;
    width: 58px;
}

.ccrequest .label_captcha {
    color:unset;
    font-size: 1.0em;
}