.login-page {
    /* The image used */
    background-image: url("../assets/backgrounds/image.jpg");

    /* Full height
    height: 100%;*/

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-box, .register-box {
    width: 425px;
}

.user-header.bg-custom {
    background-color: #F4E9D6 !important; /* Основний фон */
    color: #46351D !important; /* Колір тексту */
    text-align: center;
    padding: 20px;
}

/* Опціонально: стилізація зображення */
.user-header.bg-custom img {
    border: 2px solid #46351D;
    border-radius: 50%;
}
