﻿#campoCaptcha {
    width: 300px;
}

    #campoCaptcha input {
        color: rgb(var(--brad-color-neutral-100));
        display: block;
        font-family: var(--brad-font-family-primary);
        font-size: var(--brad-font-size-md);
        font-weight: var(--brad-font-weight-medium);
        height: 30px;
        line-height: var(--brad-line-height-md);
        min-height: 24px;
        order: 1;
        resize: none;
        z-index: 5;
        border-bottom: var(--brad-border-hairline);
        border-bottom-color: rgb(var(--brad-color-neutral-30));
        border-bottom-left-radius: var(--brad-border-radius-xxs);
        border-bottom-right-radius: var(--brad-border-radius-xxs);
        border-bottom-width: 1px;
    }

    #campoCaptcha img#CaptchaImage {
        display: block;
        float: left;
        margin-right: 10px;
    }

    #campoCaptcha a {
        justify-content: center;
        align-content: center;
        display: flex !important;
        flex-wrap: wrap;
        margin-top: 0;
        margin-left: 5px;
        width: 40px;
        height: 30px;
        background-color: #e5173f;
        border-radius: 0.5rem;
        text-decoration: none;
    }
#icon-serv-ind-desk {
    background-image: url('../images/icon-servico-indisponivel-desktop.png');
    width: 266px;
    height:239px;
}

#icon-serv-ind-cel {
    background-image: url('../images/icon-servico-indisponivel-celular.png');
    width: 207px;
    height: 217px;
}

.field-validation-error {
    font-size: 0.80rem !important;
}

body {
    background-image: none !important;
    background-color: white;
    padding-top: 0px !important;
    overflow: hidden;
}
