﻿html, body {
    height: 100vh !important;
    width: 100vw !important;
    background-color: #ffffff;
}

.main {
    background-color: #ffffff;
}

/* Background decorativo do topo da tela de login */
.login-logo {
    width: auto;    
    height: auto;
}
.login-bg-top {    
    height: 32rem;
    background-image: url('../svg/components/card-6.svg');
}

.frmContainer {
    height: 100vh !important;
    width: 500px !important;
}

.rounded-circle {
    display: flex;
    height: 100px !important;
    align-items: center;
}

img {
    position: relative;
    top: +6px;
}

label[for=inputFrmTermos_BIT] {
    font-size: 0.9rem;
}

.TermosTitle {
    font-size: 1rem;
}

#modalTermos .modal-body h5 {
    font-size: 0.9rem;
}

#modalTermos .modal-body span,
#messageTermos p {
    font-size: 0.7rem;
}

#modalTermos .modal-body p,
#messageTermos h4 {
    font-size: 0.8rem;
}

#messageTermos {
    display: none;
}

.ajax_load {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.5) !important;
    /* backdrop-filter: blur(3px) !important; */
    /* -webkit-backdrop-filter: blur(3px) !important; */
    z-index: 999999 !important;
    align-items: center !important;
    justify-content: center !important;
}

.ajax_load_box_title {
    color: var(--color-primary);
    /* text-shadow: 0 0 10px rgba(255, 255, 255, 0.8); */
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .modal.modal-fullscreen .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        max-width: none;
    }

    .modal.modal-fullscreen .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }

    .modal.modal-fullscreen .modal-body {
        overflow-y: auto;
    }

    .frmContainer {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .formLogin {
        width: 100vw !important;
        height: 100vh !important;
    }

    img {
        top: -2rem !important;
    }

    h1 {
        position: relative;
        top: -2rem !important;
    }

    h4 {
        position: relative;
        top: -1rem !important;
    }

    form .row {
        margin-bottom: 1rem;
    }
}
