.registration-section {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.registration-form-wrapper {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border: 2px solid #e9e9e9;
}

.form-control-lg {
    height: 54px;
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    border-radius: 8px;
    border: 1px solid #e1e1e1;
}
    
.form-control-lg:focus {
    border-color: #29AAE3;
    box-shadow: 0 0 0 0.2rem rgba(41, 170, 227, 0.25);
}

.trust-badges i {
    font-size: 24px;
    margin-bottom: 10px;
}

.sub-title {
    color: #29AAE3;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block;
}

.thank-you-message {
    text-align: center;
    padding: 20px;
    border: 1px solid #28a745; /* Success green color */
    border-radius: 10px;
    background-color: #e6f7ff;
    margin-top: 20px;
    margin-left: 90px;
}

.thank-you-message i {
    font-size: 80px; /* Increased size */
    color: #28a745;
    font-size: 60px; /* Success green color */
}

.thank-you-message h4 {
    margin-top: 10px;
    font-size: 24px;
    color: #333;
}

.thank-you-message p {
    margin-top: 10px;
    font-size: 18px;
    color: #555;
}

.thank-you-message span {
    font-weight: bold;
    color: #28a745; /* Success green color */
}

.thank-you-message a {
    color: #28a745; /* Success green color */
    text-decoration: underline;
}