.form-horizontal input {
    background-color: transparent;
    /* border: 0 !important; */
    border: 1px solid #9e9e9e;
    /* border: 1px solid #eb840c !important; */
    border-radius: 5px;
    outline: 0;
    height: 2.5rem !important;
    width: 98%;
    font-size: 16px;
    margin: 0 0 8px;
    padding: 0 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box !important;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
    border: 1px solid #fff !important;
    padding: 11px 10px;
    margin: 0;
    font-size: 15px;
    box-sizing: border-box;
    border: 1px solid #ccc!important;
    height: auto!important;
    background-color: #fff!important;
    width: 100%;
}
.form-horizontal label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    padding: 15px 0px 5px 0px;
}
.form-horizontal textarea {
    padding: 10px;
    vertical-align: top;
    width: 100%;
    line-height: 18px;
    height: 100px;
}
.p label {
    display: flex;
    margin-right: 10px;
}
.p label input {
    margin-right: 6px;
}
.p {
    display: flex;
}
#address {
    width: 102%;
}
.form-horizontal .browser-default {
    width: 104%;
    height: 40px;
}
.captcha  {
    margin-bottom: 15px;
}
.form-horizontal i {
    margin-right: 10px;
}