/* Login styles */

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

.notification-container {
    width: 600px;
    height: 80%;
    background-color: white;
    border-radius: 20px;
    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;
    font-weight: 400;
    color: #1B1B1B66;
}

/* Signup form styles */
.signup-form-row {
    display: flex;
    margin-right: -8px;
    margin-left: -8px;
    flex-wrap: wrap;
}
  
.signup-form-column {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 8px;
    padding-left: 8px;
}