body,
html {
    height: 100%;
}

.container-fluid {
    height: 100vh;
}

.login-image {
    background: url('../img/cotaweb.webp') no-repeat center center;
    background-size: cover;
}
#siscota .login-image {
    background: url('../img/siscota.webp') no-repeat center center;
    background-size: cover;
}

.login-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 50px;
}

.login-form h1 {
    margin-bottom: 30px;
}

.login-form input {
    margin-bottom: 20px;
}

input,
button {
    height: 50px;
}

a {
    text-decoration: none;
}

.login-form .form-check {
    margin-bottom: 20px;
}

.whatsapp {
    position: fixed;
    right: 0;
    top: 91%;
    padding: 10px;
    z-index: 1;
}

.bg-input-checked {
    background-color: #7171711a;
}

#card-loginesenha.card {
    box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.30);
    border-radius: 15px;
}

#empresasModal .card {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

.bg-default-img {
    background: url("{{ asset('/img/logo.png') }}") no-repeat center !important
}

.text-muted {
    color: #050505 !important;
}


.bg-azul-escuro-footer {

    /* background-color: var(--primary) !important; */
    background-color: #2f355f !important;

}

@media (min-width: 768px) {
    img {
        max-width: 70% !important;
    }

}

@media (max-width: 500px) {
    .navbar img {
        max-width: 50% !important;
    }

    .logo-navbar {
        width: 75%
    }

}
