﻿.appointment-wrapper {
    padding: 50px 0;
}

.appointment-form-container {
    max-width: 600px;
    background-color: #fff;
    margin: 0 auto;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .appointment-form-container h2 {
        font-weight: 700;
        font-size: 19px;
        line-height: 28px;
        color: rgba(47, 72, 88, 1);
        text-align: center;
    }

    .appointment-form-container p {
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        color: rgba(47, 72, 88, 1);
    }

    .appointment-form-container label {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        color: rgba(47, 72, 88, 1);
    }

.btn-success {
    width: 159px;
    border-radius: 30px;
    padding: 8px 20px;
    background: rgba(59, 181, 73, 1);
    border: none;
    outline: none;
}