@media (max-width: 767px) {
    .both-side-gap {
        padding: 0 14px;
    }

    .submit_btn {
        margin-top: 15px;
    }

    .form-area .form-group .form-control {
        height: 42px;
    }

    .form-area h3 {
        font-size: 21px;
        margin-bottom: 25px;
    }

    .logo-area img {
        width: 100%;
        max-width: 223px;
    }

    .main-form-area {
        width: 100%;
        padding: 18px;
        /* margin-top: 42px; */
    }
}

.main-form-area {
    background-color: #ffffff;
    padding: 25px;
    max-width: 603px;
    width: 100%;
    border-radius: 6px;
    position: relative;
    /* margin-top: 42px; */
}

.logo-area {
    text-align: center;
}

.logo-area img {
    width: 100%;
    max-width: 223px;
}

.form-area {
    margin-top: 35px;
}

.form-area h3 {
    text-align: center;
    text-transform: uppercase;
    color: #255946;
    font-weight: bold;
    /* text-decoration: underline; */
    font-size: 30px;
    font-family: "Signika", sans-serif;
}

.form-area .form-group label {
    text-transform: capitalize;
    font-size: 14px;
}

.form-area .form-group .form-control {
    font-size: 15px;
    border-radius: 5px;
}

.form-area .form-group .form-control:focus {
    border: 1px solid #367959;
}

.form-area .form-group {
    margin-bottom: 17px;
}

.form-area .form-group .form-control.auto-height {
    height: 100%;
}

.submit_btn {
    background-color: #255946;
    border: 2px solid #255946;
    color: #fff;
    transition: .5s;
    padding: 8px 35px;
    border-radius: 30px;
    font-size: 14px;
}

.submit_btn:hover {
    color: #fff;
}


.gift-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.gift-popup.active {
    display: flex;
}

.gift-popup>.both-side-gap {
    position: relative;
}

.gift-popup-close {
    position: absolute;
    top: 0;
    right: 25px;
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.gift-popup .error-list li{
    line-height: 1.5;
    font-size: 14px;
}