body.welcome,
body.newpassword,
body.reset,
body.registercustomer,
body.registeroperator {
    background: url('../img/back.png') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}
.user-section {
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.user-container {
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
}

body.welcome .user-container {
    max-width: 80%;
}

.user-container img{
    max-width: 150px;
}

.user-container h1{
    font-size: 30px;
}

.form-actions-footer {
    background: transparent;
}

.form-label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-primary);
    letter-spacing: 0.5px;
}

.highlight,
.highlight:hover {
    color: var(--bs-primary);
    font-weight: bold;
    text-decoration: none;
}

.reglink,
.reglink:hover {
    color: var(--bs-primary);
    font-weight: bold;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 20px;
    display: block;
    font-size: 14px;
    border: 1px solid var(--bs-primary);
    padding: 5px 10px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .user-container,
    body.welcome .user-container {
        max-width: 100%;
    }
    .form-actions-footer {
        display: block;
        padding: 0;
    }
    .form-actions-footer .btn {
        margin: 0 0 5px 0;
        margin: 0 0 5px 0;
        width: 100%;
    }
}
