body {
    font-weight: 400;
    line-height: 1;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.xLogin {
    min-height: 356.531px;
    background-image: url('../assets/images/body.png');
    /* height: 100%; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .modal-ca {
        max-width: 700px;
    }
}

.texto-caixa-alta {
    text-transform: uppercase;
}

.texto-caixa-baixa {
    text-transform: lowercase;
}
