﻿body {
    background: url(../images/fundo-terco-1100x800.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important; /* Ajuste para ocupar toda a tela */
    height: 100vh !important; /* Garante que o body ocupe 100% da altura da viewport */
    margin: 0; /* Remove margens */
    font-size: 0.875em;
    overflow-x: hidden;
    font-family: "Open Sans", sans-serif;
}

.IELlogin {
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}

.auth-box {
    background-color: #fff;
    border-radius: 8px;
    margin: 20px 0 0 0;
    padding: 20px;
    border: 1px solid #e9ecef;
}

@media only screen and (max-width: 992px) {

    #logoLogin {
        display: block !important;
        width: 25% !important;
        margin: auto !important;
    }
}

