 body {
        font-size: medium;
        font-family: "Poppins", Tahoma, Geneva, sans-serif !important;
    }

    .banner {
        text-align: center;
        margin-bottom: 20px;
    }

    .banner img {
        max-width: 100%;
        height: auto;
    }

    .form-head {
        background-color: #f6f6f6;
        color: #941c34;

        text-align: center;
        margin-bottom: 20px;
    }

    .form-head h1 {
        color: #941c34;
        font-weight: 600;
        font-size: 30px;
    }

    .form-container {
        margin: auto;
        max-width: 650px;
        background-color: #f6f6f6;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

    .form-container h1 {
        margin-bottom: 20px;
    }

    .form-group label {
        font-weight: 600;
    }

    .form-row {
        padding-right: 15px;
        padding-left: 15px;
    }


    .form-control {
        border-radius: 5px;
        box-shadow: none;
    }

    .center-btn {
        text-align: center;
    }

    .register {
        margin: 2%;
        font-size: medium;
        color: #f6f6f6;
        background-color: #941c34;
        border: none;
        border-radius: 5px;
    }

    .register:hover {
        background-color: #2166AF;
        color: #f6f6f6;
    }



    i {
        color: red;
        font-style: normal;
    }

    .text-danger {
        color: red;
        font-size: 16px;
        margin-top: 5px;
    }
    
    
    
/************  Thank you page   ************/

.thank-you-banner {
        width: 100%;
        height: auto;
        background-size: cover;
        background-position: center;
        margin-bottom: 15%;
    }

    .thank-you-message {
        margin-top: 2%;
        text-align: center;
        margin-bottom: 3%;
    }

    .thank-you-message h2 {
        text-align: center;
        font-size: 25px;
    }

    .thank-you-message p {
        text-align: center;
        font-size: 15px;
    }

    .back-button {
        text-align: center;
        margin-bottom: 5%;
    }

    .back {
        color: aliceblue;
        background-color: #941c34;
        border-radius: 10px;
        font-size: medium;
    }

    .back:hover {
        color: aliceblue;
        background-color: #2166AF;
    }

    @media (max-width: 576px) {
        .thank-you-banner {
            height: 20%;
        }
    }