body {
    background-color: #f8f9fa;
}

.form-container {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.logo-container {
    background: white;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.custom-input {
    border: 2px solid #e9ecef;
    padding: 12px;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.custom-input:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.submit-btn {
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}
.logo {
    width: 180px; 
    display: block;
    margin: 0 auto;
}
.iti--allow-dropdown {
    width: 100%;
}
/* Hide thankyouSection by default */
#thankyouSection {
    display: none;
}

a{
    text-decoration: none;
}

.iti__selected-flag{
    height: 50px !important;
}

.is-invalid {
    border: 1px solid red !important;
    background-color: #ffe6e6;
}