﻿.login-container {
    /*background-color: #eef1f6;*/
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #f4f6f8;*/
}

.login-card {
    width: 100%;
    max-width: 380px;
    padding: 3rem;
    border-radius: 16px;
}

.login-logo {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

.form-group {
    margin-bottom: 18px;
}