body {
    /* background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%); */
    /* background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%); */
    background-image: linear-gradient(to top, #0c3483 0%, #a2b6df 100%, #6b8cce 100%, #a2b6df 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
}

.form-container {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 16px;
    max-width: 500px;
    width: calc(100% - 1rem);
    margin: 20px auto;
    position: relative;
    overflow: hidden;
}

.form-container h3 {
    text-align: center;
}

.form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #00c6ff, #0072ff);
}

.logo-container {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
}

.logo-container img {
    height: 40px;
    margin-bottom: 15px;
}

.logo-container h1 {
    /* line-height: 3.5rem; */
}

h1 {
    color: #1a1a1a;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    /* margin-bottom: 10px; */
    padding-left: 4px;
    padding-top: 2px;
}

.subtitle {
    color: #666;
    text-align: center;
    margin-bottom: 30px;
    font-size: 14px;
}

.form-floating {
    margin-bottom: 20px;
}

.form-control {
    border-radius: 10px;
    border: 2px solid #e1e1e1;
    padding: 12px;
    height: 55px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: #4f46e5;
    box-shadow: 0 0 0 0.25rem rgba(79, 70, 229, 0.1);
}

.submit-btn {
    /* background: linear-gradient(90deg, #4f46e5, #6366f1);
     */
    background-image: linear-gradient(to right,  #011943 0%,  #6a85b6 100%);
    
    border: none;
    border-radius: 10px;
    color: white;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    width: 100%;
    margin-top: 10px;
    transition: transform 0.2s ease;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(79, 70, 229, 0.3);
}

.benefits {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
}

.benefit-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    color: #4a5568;
}

.benefit-item i {
    color: #0c3483;
    margin-right: 10px;
}

.testimonial {
    font-style: italic;
    color: #666;
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

@media (max-width: 576px) {
    .form-container {
        padding: 5px;
    }

    .sib-form{
        padding-top: 12px !important;
    }

    #sib-container {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
    }
}

/* @media screen and (max-width: 480px) {
    .sib-sms-select__title {
        display: none !important;
    }
} */

.sib-sms-select__title {
        display: none !important;
    }