/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 08 2023 | 12:31:07 */
.form_control {
    font-size: 14px;
    line-height: 1.2em;
    padding: 6px 0 6px 42px;
    border-bottom: 1px solid #ddd;
    color: #999;
}
.captcha_form::after {
    content: "G";
    position: absolute;
    font-size: 16px;
}
.captcha_form::after {
    font-family: "houzez-iconfont";
    color: #636363;
    top: 48px;
    left: 18px;
}
.captcha_form::before {
    content: "G";
    position: absolute;
    font-size: 16px;
}
.captcha_form::before {
    font-family: "houzez-iconfont";
    color: #636363;
    top: 8px;
    left: 18px;
}
.alert-danger {
	line-height:1em;
}

