.font-cinza {
    color: #6e7072;
}

.divs-campos {
    align-self: stretch;
    display: grid;
    gap: 6px;
    padding: 16px 8px;
}

.card-login {
    border: solid transparent 1px;
    background-color: white;
    padding: 16px;
    margin: 12px;
    box-shadow: 0px 10px 13px -6px rgb(0 0 0 / 20%);
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 500px;
    opacity: 0.97;
    border-radius: 5px;
}

.card-login-usuario {
    background-color: white;
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 500px;
}

.container-card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-image: url(../@mvc/LoginManager/GetBackground);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.container-card-usuario {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: white;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.group-btn {
    align-self: stretch;
    display: flex;
    gap: 3px;
}

.tabs {
    background-color: #2F5480;
    color: white;
    line-height: 15px;
    height: 64px;
    flex: 1;
    width: 164px;
}

.labelDesc {
    margin-top: 10px;
    color: #6e7072;
    align-items: center;
}

.labelDescUsuario {
    text-align: center;
    margin: 0px;
}

.img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.notificacao {
    margin: 16px 0px 0px;
}

.btn-Entrar {
    align-self: stretch;
    background-color: #2F5480;
    color: white;
}