.login-container {
    min-height: 100vh;
}

.bg-image {
    background: #2a3d76;
    background-size: cover;
    background-position: center;
}

.login-card {
    width: 100%;
    max-width: 380px;
}

.user-avatar {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.bg-login {
    background-image: url(../images/novo-layout/bg.png);
}

.bg-metro {
    background: #2a3d76;
}

.bg-img-logo-login {
    background-image: url('../images/novo-layout/ServiceOne5.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
}

.form-label-login {
    font-size: 15px !important;
}