.image-container {
    background: url('../../../assets/img/admin/bg1.jpg')no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

.login form {
    min-width: 310px;
    max-width: 70%;
    margin: 0 auto;
}

.form-container {
    display: flex;
    justify-content: center;
}

.form-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}

.form-box h4 {
    font-weight: bold;
    color: #fff;
}