/* .login-container {
    display: flex;
    justify-content: center; 
    align-items: center;
    min-height: 70vh;
    padding: 20px;
} */

/* .login-content {
    width: 100%;
    max-width: 900px;
} */

/* .login-section {
    padding: 10px;
    text-align: center;
} */

.separator {
    border-right: 2px solid #075a9d;
    min-height: 40vH;
}

/* .login-header {
    margin-bottom: 30px;
} */