@charset "UTF-8";

html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

.login-container {
    height: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
}

.register-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
}

.card {
    margin: 20px; 
}