.login {
    background-color: white;
    max-height: 600px;
    min-height: 500px;
}

.login-image {
    max-height: 600px;
    min-height: 500px;
}

.header-text {
    font-size: 40px;
}

@media screen and (max-width: 768px) {
    .header-text {
        font-size: 32px;
    }
}

