.contact-form .form-control {
    border: 1px solid !important;
}

.contact-form {
    background: unset !important;
}

#module-sd_customform-display .custom-flex {
    flex-direction: column;
}



.custom_form_right {
    position: relative;
    left: 47rem;
}

#module-sd_customform-display .required_label:after {
    content: '*';
    color: red;
    font-size: 14px;
    position: relative;
    line-height: 12px;
}

#module-sd_customform-display .section-title {
    padding: 3rem 0;
}

#module-sd_customform-display .form-field {
    margin-bottom: 3rem;
}
#module-sd_customform-display .btn-primary {
    margin-top: 3rem;
}

#module-sd_customform-display .filestyle .btn-primary {
    border-radius: 0;
    margin-top: 0;
}

#module-sd_customform-display .diaplaynone{
    display:none;
}
#module-sd_customform-display .error{
    color:red;
    display:block
}

@media (max-width: 1024px) {
    #module-sd_customform-display .form-field {
        margin-bottom: 1.5rem;
    }
    #module-sd_customform-display .btn-primary {
        margin-top: 1.5rem;
    }
}

/*    Advanced Captcha */
.pa-captcha-field-row {
    margin-bottom: 7px;
}

#pa-captcha-refesh img {
    width: 20px;
    height: 20px;
}

#pa-captcha-refesh {
    display: inline-block;
    margin-left: 5px;
    cursor: pointer;
    margin-right: 5px;
}

input[name="captcha"] {
    display: none;
}

div.form-group.row #pa_captcha, .pa-captcha-field-row #pa_captcha {
    margin-top: 1rem;
}

.captcha_pwd_recovery.pwd_recovery.page_password.ver17 .pa-captcha-img {
    margin-left: 15px;
}

.captcha_pwd_recovery.pwd_recovery.page_password.ver17 {
    margin: 0;
}

.captcha_pwd_recovery:not(.ver17) label {
    width: 100%;
}

.captcha_pwd_recovery:not(.ver17) .pa-captcha-inf {
    clear: both;
    width: 100%;
}