html,
body {
    height: 100%;
}


body {
    background-color: #f8f9fa;
}


.login-container {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;

}


.login-card {
    width: 420px;
    border: none;
    border-radius: 16px;
}


.logo {
    width: 90px;
    height: 90px;
}


.login-btn {
    height: 48px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 12px;
}


.provider-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}