﻿.desktop .divCaptcha .captcha-text-input, .tablet .divCaptcha .captcha-text-input {
    float: none !important;
    position: relative !important;
    display: inline-block !important;
    vertical-align: top !important;
    margin-top: 10px !important;
    width: 120px !important;
    min-width: 120px !important;
}

.desktop .divCaptcha input[type=submit], .tablet .divCaptcha input[type=submit] {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    width: inherit;
    min-width: inherit !important;
}

.desktop .divCaptcha .captcha-buttons-container button,
.tablet .divCaptcha .captcha-buttons-containerr button,
.mobile .divCaptcha .captcha-buttons-container button,
.desktop .divCaptcha .captcha-buttons-container input[type=submit],
.tablet .divCaptcha .captcha-buttons-containerr input[type=submit],
.mobile .divCaptcha .captcha-buttons-container input [type=submit] {
    text-indent: 201% !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    display: block !important;
}


.desktop .divCaptcha .captcha-buttons-container, .tablet .divCaptcha .captcha-buttons-container {
  height: 48px;
  position: relative;
  display: inline-block;
  float: right;
  margin-right: 93px !important;
  margin-top: -4px !important;
}

    .desktop .divCaptcha .captcha-buttons-container button, .tablet .divCaptcha .captcha-buttons-container button, .desktop .divCaptcha .captcha-buttons-container input[type=submit], .tablet .divCaptcha .captcha-buttons-container input[type=submit] {
        position: relative !important;
        border: 0px !important;
        font-size: 1px !important;
    }

    .desktop .divCaptcha .captcha-buttons-container .captcha-refresh-button, .tablet .divCaptcha .captcha-buttons-container .captcha-refresh-button {
        background: url("../images/icones/captcha-reload.png") no-repeat;
        background-size: 100% 100%;
        width: 24px !important;
        height: 23px !important;
        display: block;
        margin-bottom: 5px;
        top: -4px;
        margin-left: 0px;
    }

        .desktop .divCaptcha .captcha-buttons-container .captcha-refresh-button:focus, .tablet .divCaptcha .captcha-buttons-container .captcha-refresh-button:focus {
            outline: none;
        }

    .desktop .divCaptcha .captcha-buttons-container .captcha-play-audio-button, .tablet .divCaptcha .captcha-buttons-container .captcha-play-audio-button {
        background: url("../images/icones/captcha-audio.png") no-repeat;
        background-size: 100% 100%;
        width: 24px !important;
        height: 24px !important;
        display: block;
        top: -4px;
        margin-left: -1px;
    }

        .desktop .divCaptcha .captcha-buttons-container .captcha-play-audio-button:focus, .tablet .divCaptcha .captcha-buttons-container .captcha-play-audio-button:focus {
            outline: none;
        }

.captcha-text-input {
    margin-top: 30px !important;
    margin-left: 5px;
}

.desktop .divVendaEtapa.divPasso1 input[type="text"], .tablet .divVendaEtapa.divPasso1 input[type="text"] {
    margin-top: 30px !important;
}

.captcha-instruction {
    font-family: Arial;
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 10px;
    margin-left: 154px !important;
}
.captchaBotaoCalcular  {
    float: right;
    margin-top: -46px !important;
    margin-right: 25px;
}

#pErroCaptcha {
    margin-top: 8px !important;
}