.ez-login__image-col {
    position: relative;
    background-image: url('/bundles/app/admin/assets/img/login-image.jpg');
    background-size: cover;
    background-position: center center;
}

.ez-login__image::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(51, 87, 61, 0) 0%, rgba(51, 87, 61, 0.25) 100%);
}

.ez-login__actions-col {
    background-color: #33573d;
}

.ez-login__input-label {
    color: #ffffff;
}

.ez-login__btn--sign-in,
.ez-login__btn--reset-password {
    background-color: #33573d;
    border: 1px solid #ffffff;
}

.ez-login__btn--sign-in:hover,
.ez-login__btn--reset-password:hover {
    background-color: #ffffff;
    border: 1px solid #33573d;
    color: #33573d;
}

.ez-login .logo-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.ez-login .logo-wrapper img {
    max-width: 200px;
}
