/***************** Style *****************/
section {
    min-height: calc(100vh - 400px);
}

.row {
    position: relative;
    margin: 15px 0;
}

.row input,
.row select {
    margin-right: 3%;
    border-radius: 20px;
    height: 40px !important;
    font-size: 14px;
}

#ver-senha {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.content-large {
    width: 100%;
    padding: 20px 20px 30px;
}

.login-container {
    max-width: 1040px;
}

.title-box {
    color: #000000e0 !important;
    font-family: 400;
    font-size: 20px;
    margin: 15px 0;
}

.accept-text {
    font-size: 10px;
}

.mg-rgt-3 {
    margin-right: 3% !important;
}

.login-container .first-content .card form fieldset {
    max-width: 500px;
    width: 100%;
    padding: 15px;
    background-color: var(--grey);
    border-radius: 20px;
}

.buttons-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    margin-left: 0;
}

.orange-button {
    width: 115px;
    height: 40px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.use-register {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
}

#forgot-password {
    text-transform: uppercase;
}

.login-container .first-content .sign-up {
    margin-right: 40px;
}

.login-container .first-content .sign-up .cnpj {
    display: none;
}

.page-login-cadastro .fb_iframe_widget {
    width: 33px;
    height: 33px !important;
    margin: 0px 22px;
}

.page-login-cadastro .fb_iframe_widget iframe {
    width: 45px !important;
    height: 40px !important;
    border-radius: 0px !important;
    border-radius: 10% !important;
}

.page-login-cadastro .fb_iframe_widget span {
    width: 33px !important;
    height: 33px !important;
}

.page-login-cadastro .fb_iframe_widget .img {
    position: absolute !important;
    top: 4px !important;
    right: 4px !important;
}

.page-login-cadastro .abcRioButtonLightBlue {
    width: 45px !important;
    height: 40px !important;
    padding: 8px 8px;
    margin-left: 0px;
    border-radius: 10% !important;
}

.page-login-cadastro .abcRioButtonIcon {
    padding: 0px !important;
}

.page-login-cadastro .abcRioButtonContents {
    display: none;
}

.page-login-cadastro .abcRioButtonIconImage svg {
    width: 30px;
    height: 25px;
}

.recuperar_senha .text {
    margin-top: 30px;
}

.register-container {
    display: none;
}

.register-container form fieldset {
    background-color: var(--grey);
    padding: 15px;
    border-radius: 20px;
}

.check-template #changeIe[type="checkbox"]{
    background-color: transparent !important;
    appearance: none;
    width: 15px;
    height: 15px;
}

.check-template {position: relative;}
.check-template:hover #changeIe[type="checkbox"] ~ .checkmark {
    background-color: #dadada;
}
.check-template #changeIe[type="checkbox"]:checked ~ .checkmark {
    background-color: #000;
	outline: none;
}
.check-template .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 1px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check-template input[type="checkbox"]:checked ~ .checkmark:after {
    display: block;
}

input[type="checkbox"] {
    color: #000;
    margin-right: 10px !important;
    width: 15px;
    height: 15px;
    z-index: 2;
    position: relative;
    cursor: pointer;
    background-color: transparent;
}

.checkmark {
    outline: 1px solid #bbbaba;
    width: 15px !important;
    height: 15px;
    border-radius: 2px;
}
.isento-label {
    font-size: 12px;
    align-items: center;
    cursor: pointer;
}

.content-checkbox .checkmark:after {
    left: 4px;
    top: 1px;
}

.ctn-password {
    position: relative;
}

.showPassword {
    position: absolute;
    right: 5%;
    top: 15px;
    cursor: pointer;
    color: #000;
}

.sign-in {
    max-width: 500px;
    width: 100%;
}

#form-login-cadastro{
    max-width: 500px;
    width: 100%;
}

@media only screen and (max-width: 650px) {
    .first-content {
        flex-direction: column;
    }

    .login-container .first-content .sign-up {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .login-container .first-content .card {
        margin-right: 0px;
        width: 100%;
    }

    .no-flex-column {
        flex-direction: unset !important;
    }
    #estado, #contribuinte_icms {
        margin-top: 10px !important;
        margin-left: 0px !important;
    }
    .check-template {
        width: 100% !important;
        margin-top: 10px;
    }
    .check-template #ie {
        margin-bottom: 5px !important;
    }
    .check-template #changeIe {
        width: 15px !important;
    }
    .row .lg {
        width: 100%;
    }
    .content-checkbox {
        position: relative;
        margin-right: 15px;
    }
    .reverse-mobile {
        flex-direction: column-reverse !important;
        margin-top: 0;
    }
    .mg-btm-0-mobile {
        margin-bottom: 0px !important;
    }
}

@media only screen and (max-width: 400px) {
    .forgot-password {
        justify-content: center;
        margin-bottom: 30px;
    }

    .buttons-content {
        flex-direction: unset !important;
    }

    .buttons-content .row {
        flex-direction: unset;
    }

    .row {
        flex-direction: column;
    }

    input,
    select {
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    input:last-of-type,
    select:last-of-type {
        margin-bottom: 0px !important;
    }

    .row input#cidade {
        margin-bottom: 10px !important;
    }
}

.google-buttons {
    position: relative;
    /* display: flex;
    justify-content: center;
    align-items: center; */
}

/* .g_id_signin {
    position: absolute;
    opacity: 0;
} */

.nsm7Bb-HzV7m-LgbsSe.Bz112c-LgbsSe {
    height: 41px;
}

.fake-google-button {
    min-height: 42px;
    width: 45px;
    background-color: #fff;
    border-radius: 5px;
    outline: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -1px;
    cursor: pointer;
}

.fake-google-button svg {
    width: 20px;
}

button.btn-cadastrar.orange-button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.sem-cadastro-msg {
    display: none;
    color: var(--text-color);
    font-weight: 500;
}

.consult-ie {
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
    text-decoration: underline;
    color: #189EA5;
}