.application-box.registration-box {
    border: none;
    background: #d8c765;
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    max-width: 600px;
    margin: 0 auto 50px auto !important;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.registration-header {
    background: linear-gradient(90deg, #ef7d00 0%, #ef7d00 100%);
    color: #fff;
    padding: 18px 25px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.registration-body {
    padding: 0 20px 20px 20px !important;
}

.reg-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
    font-size: 15px;
    text-align: left;
}

.reg-input {
    width: 100% !important;
    height: 45px;
    background: #f9faff !important;
    border: 1px solid #ccc;
    padding: 0 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 14px;
    display: block;
}

.form-footer-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.vfs-custom-btn {
    display: inline-flex;
    align-items: stretch;
    border: 2px solid #ef7d00;
    background: #fff;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
}

.vfs-custom-btn span {
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.vfs-custom-btn .icon-box {
    background: #ef7d00;
    color: #fff;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-left: 2px solid #ef7d00;
}


.vfs-custom-btn .icon-box.right {
    margin-left: 0; 
}


.vfs-custom-btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}

.application-top {
    margin-top: 130px;
    text-align: center;
}

.application-logo img {
    max-width: auto;
    height: 90px;
    margin-bottom: 20px;
}

.application-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .registration-body {
        padding: 20px 15px;
    }
    .application-box.registration-box {
        margin: 0 15px 50px 15px !important;
    }
}

@media (min-width: 1200px) {
    .col-lg-8 {
        float: none !important;
        margin: 0 auto !important;
    }
}

@media only screen and (min-width: 768px) {
    form:not(#form-event-form):not(#form-program-form):not(#form_tuition):not( .line-form ) {
        margin-top: 30px !important;
    }
}


@media only screen and (max-width: 586px) {
    .container.reset-password {
        margin-top: 0 !important;
    }
}
