
.login-container {
    width: 100%;
    flex: 1;
    background: url("../images/hero-background.png") no-repeat fixed center;
    background-size: cover;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-container h1 {
    color: white;
    margin-bottom: 30px;
    font-weight: bold;
}

.login-container .button-primary {
    background-color: #006b52;
    border: none;
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.2);
    font-weight: bold;
    padding: 10px 28px;
}

.login-container .button-primary:hover {
    background-color: #015d48;
    border: none;
}