
.block-form-privacy-policy{
    color: #000000;
    text-align: left;
    border: 1px solid #bbb;
    margin: 20px 0 20px;
    padding: 15px;
    background-color: #f9f9f9;
    overflow: hidden;
}
.block-form-privacy-policy h4{
    display: block;
    float: none;
    margin: 0 0 10px;
    padding: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}
.block-form-privacy-policy h4 span{
    color: #f00;
}
.block-form-privacy-policy h4 a{
    font-size: 13px;
    font-weight: bold;
    color: #337ab7;
    /*text-decoration: underline;*/
    font-style: normal;
}
.block-form-privacy-policy .form-group{
    margin-bottom: 0;
}
.block-form-privacy-policy .label-title{
    display: inline-block;
    box-sizing: border-box;
    float: none;
    width: 90%;
    margin: 0;
    padding: 0;
    line-height: 13px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
}
.block-form-privacy-policy label.error{
    display: none;
    width: 100%;
    margin: 0;
    color: #676767;
    font-size: 11px;
    background-color: rgba(255,255,255,0.3);
    border: solid 1px #f00;
    border-top: 0;
    padding: 3px;
    font-weight: normal;
}
.block-form-privacy-policy input[type="checkbox"]{
    display: inline-block;
    vertical-align: bottom;
    box-sizing: border-box;
    float: left;
    margin: 0 5px 0 0;
    position: static;
}
.block-form-privacy-policy  .priv{
    min-height: 18px;
    line-height: 18px;
    vertical-align: bottom;
}
.req span.required-fields{
    color: #f00;
}