.um-register .um-form .um-field-checkbox .um-field-label{
    height:0;
}

.um-register .um-form label.um-field-checkbox{
    margin-top:0px;
    padding-top:0px;
}

.um-register .um-form .um-field-shortcode{
    padding-top:0px;
}

.um-register .um-form .um-field-error{
    margin-left:15px;
    margin-top:0px;
    margin-bottom:0px;
    margin-right:0px;
}

.um-register .um-form .um-field-arrow{
    display:none;
}

/* ============================= */
/* RESPONSIVE - MOBILE < 768px */
/* ============================= */
@media (max-width: 768px) {
    .um-register .um-form .um-field-checkbox .um-field-label{
        height:0;
    }

    .um-register .um-form .um-field-error{
        margin-left:0px;
        margin-top:10px;
        margin-bottom:0px;
        margin-right:0px;
    }
}
