.title_app1 {
    margin-top: 0px;
}

.section_app_login .w_form_existing1 {
    padding: 10px 0;
}
.section_app_login .title_existing {
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    padding: 0 0px 25px 0px;
}
.section_app_login .w_form_existing1 .w_form_q{
    margin-bottom: 10px;
}

.btn_w_app1 {
    width: 260px;
}

.btn_center input {
    margin: 0px;
}

.btn_l {
    padding: 12px 40px;
    background: #009EA8 !important;
    margin: 0;
}

.divider {
       margin: 36px 0 26px; 
}

.formtitle {
    font-weight: 500;
    font-size: 14px;
}

input[type="password"], input[type="text"] {
    width: calc(300px + 20px);
    font-size: 15px;
    margin: 0;
}
.section_app_customerinfo .w_form_existing2 .w_form_q .form_inputarea{
    flex: 1;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.section_app_customerinfo .w_form_existing2 .forminput_left, .section_app_customerinfo .w_form_existing2 .forminput_right{
    margin: 0;
    width: 40%;
    float: none;
}

.section_app_login .a_forgot_pass {
    text-align: left;
    display: inline-block;
}


.section_app_customerinfo .w_form_existing2 {
    padding: 0px; 
}

.required {
    margin-bottom: 30px;
}

.section_app_customerinfo .w_form_q {
    margin: 20px 0;
    display: flex;
    align-items: center;
}

.section_app_customerinfo .w_form_existing2 .w_form_q .formtitle {
    width: 25%;
    float: none;
    padding: 0;
    margin-bottom: 0;
}

.section_app_customerinfo .w_form_q.gender .formtext{
    margin: 0;
}
input.radio_s1[type=radio] + div.radio_s1, input.checkbox_s1[type=checkbox] + div.checkbox_s1{
    margin-right: 20px;
}

.selectbox1 {
    padding: 7px 22px 7px 10px;
    width: 100px;
}

.selectbox1[name="country_name"] {
    width: calc(300px + 20px);
}

.section_app_customerinfo .w_form_existing2 .w_form_q.password .formtitle{
    margin-bottom: 20px;
}
.section_app_customerinfo .w_form_existing2 .w_form_q.password .form_inputarea{
    display: block;
}
.customer_pass[type="password"] {
    float: none;
    width: 200px;
}

.form_inputarea .left {
    width: 100%;
    font-size: 12px;
}

.form_info {
    font-size: 12px;
    color: initial;
    padding-top: 0;
    margin-top: 10px;
    line-height: 1.2;
}

:placeholder-shown {
    color: unset;
}

.link_login{
    margin-top: 15px;
    text-align: center;
}
.link_login a{
    color: #808080;
}

@media screen and (max-width:799px) {
    .title_app1 {
        margin-top: 15px;
    }

    .section_app_customerinfo .w_form_existing2 .w_form_q .form_inputarea {
        line-height: 25px;
        margin: 0;
        width: 100%;
        row-gap: 3px;
    }
    .section_app_customerinfo .w_form_existing2 .forminput_left, .section_app_customerinfo .w_form_existing2 .forminput_right{
        width: calc(50% - 5px);
    }

    .section_app_customerinfo .w_form_q {
        display: block;
        margin-right: 0%; 
    }

    .section_app_customerinfo .w_form_existing2 .w_form_q .formtitle,
    .section_app_customerinfo .w_form_existing2 .w_form_q.password .formtitle {
        margin-bottom: 5px;
        width: 100%;
        font-size: 16px;
    }

    .selectbox1[name="country_name"],
    .formtext, input[type="password"],
    input[type="text"],
    .customer_pass[type="password"] {
        width: 100%;
        margin: 0;
    }
}