/* خاص بالصفحات الرئيسية، عن الموقع، الملف الشخصي */

.home-title {
    font-size: 2rem;
    margin-bottom: 20px;
}

.profile-form {
    max-width: 500px;
    background: white;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 0 8px rgb(0 0 0 / 0.1);
}

.profile-message {
    margin-bottom: 15px;
    font-weight: 600;
}

.profile-message.success {
    color: #0f5132;
}

.profile-message.error {
    color: #842029;
}

.bg-img {
    /* The image used */
    background-image: url("../images/reception.png");

    min-height: 840px/* 380px */;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/* Add styles to the form container */
.container-bar {
    position: relative;
    /* position: absolute; */
    right: 0;
    /* margin: 20px; */
    /* max-width: 300px; */
    margin: 7%;
    max-width: 450px;
    /* padding: 16px; */
    background-color: white;
}
