.salon-registration-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.salon-registration-form h2 {
    color: #875A7B;
    margin-bottom: 30px;
}

.salon-registration-form .form-group {
    margin-bottom: 20px;
}

.salon-registration-form label {
    font-weight: bold;
}

.salon-registration-form .btn-primary {
    background-color: #875A7B;
    border-color: #875A7B;
}

.salon-registration-form .btn-primary:hover {
    background-color: #68465f;
    border-color: #68465f;
}

.banner-container {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.banner-image {
    max-width: 50%;
    height: auto;
}

.banner-text {
    margin-left: 20px;
    color: #875A7B;
    font-size: 1.2em;
    font-weight: bold;
}