/* Login styles */

.login-container {
    width: 600px;
    height: 80%;
    background-color: white;
    border-radius: 8px;
    padding: 70px 30px 70px 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notification-container {
    width: 600px;
    height: 80%;
    background-color: white;
    border-radius: 8px;
    padding: 70px 30px 70px 30px;
    display: block;
    justify-content: center;
    align-items: center;
}


.login-form {
    width: 400px;
}


.terms-of-use {
    text-align: center;
    font-size: 12px;
    color: #ccc;
}
