.login-form {
    background: #353243;
    color: rgb(255, 255, 255);
    width: 35rem;
}

.login-button {
    background: #0ba98a !important;
}

.login-button:hover {
    background: #12caa5 !important;
    box-shadow: 0 4px 10px rgba(11, 169, 138, 0.3);
}

.link-style:hover {
    color: #12caa5 !important;
}

.color-white {
    color: white !important;
}
