.form_row{
    margin-bottom: 10px;
}
.radio, .checkbox{
    position: relative;
    display: none;
    width: 17px;
    height: 17px;
    border: 1px solid #afacaa;
    background: #f2f1ee;
    border-radius: 1000px;
    margin-right: 10px;
}
.radio.active:before, .checkbox.active:before{
    position: absolute;
    top: 2px;
    left: 2px;
    content: "";
    border-radius: 1000px;
    width: 11px;
    height: 11px;
    background: #6c6763;
}
.checkbox, .checkbox.active:before{
    border-radius: 1px;
}
.radio_label{
    display: inline-block;
    line-height: 17px;
    vertical-align: top;
}
.form_margin{
    width: 20px;
    display: inline-block;
}
.form_row_below input, .form_row_below .checkbox,  .form_row_below .radio, .form_row_below .mylabel{
    margin-bottom: 10px;
}
.form_row_below .mylabel{
    margin-top: 10px;
    font-weight: 600; 
}