.application-box {
    border: 1px solid #dbdbdb;
    background: #d8c765;
    margin-bottom: 30px;
    border-radius: 15px;
    overflow: hidden;
    height: 100%; 
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    min-height: auto;
}

.application-header {
    background: linear-gradient(90deg, #ef7d00 0%, #ef7d00 100%);
    color: #fff;
    padding: 15px 25px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.application-body {
    padding: 0 20px 20px 20px !important; 
    /* flex-grow: 1; */
    /* display: block; */
}


.application-body label {
    display: block;
    margin-bottom: 8px !important;
    /* margin-top: 0 !important;
    padding-top: 0 !important; */
    font-weight: 700;
    color: #000;
    font-size: 15px;
}

.application-body input[type="email"],
.application-body input[type="password"],
.application-body select {
    width: 100%;
    height: 45px;
    background: #e9f2ff; 
    border: 1px solid #ccc;
    padding: 0 15px;
    margin-bottom: 20px;
    outline: none;
    border-radius: 4px;
    font-size: 14px;
}


.reg-input {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
}


.forgot-link {
    display: block;
    color: #a41304;
    font-weight: 600;
    font-size: 14px;
    /* margin-top: -10px; */
    margin-bottom: 20px;
    text-decoration: none;
}

.forgot-link:hover {
    text-decoration: underline;
}

.vfs-custom-btn {
    display: inline-flex;
    align-items: center;
    border: 2px solid #ef7d00;
    background: #fff;
    color: #000;
    font-weight: 700;
    padding: 0;
    cursor: pointer;
    transition: 0.3s;
    float: right;
    text-decoration: none;
    border-radius: 8px;
    overflow: hidden;
}

.vfs-custom-btn span {
    padding: 8px 20px;
}

.vfs-custom-btn .icon-box {
    background: #ef7d00;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
}

.vfs-custom-btn:hover {
    background: #000;
    color: #fff;
    border-color: #000;
}


.form-one__control--full::after {
    content: "";
    clear: both;
    display: table;
}


@media (max-width: 768px) {
    .application-body {
        padding: 20px 15px;
    }
}


.application-logo img {
    max-width: 90px; 
    height: auto;     
    margin-bottom: 20px; 
}


.application-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-one.section-space {
    padding-top: 60px !important; 
}

.application-top {
    margin-top: 50px;
}

/* article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;

    background: linear-gradient(90deg, #00efe8 0%, #d8c765 100%);
} */

.form-one__control--full {
    margin-top: 10px;
}

@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;
    }
}