  .clearfix {
    clear: both;
}

.error-message-container {
    clear: both;
    color: red;
}

.radio-set {
    padding: 0 10px 10px 0;
}

label.error:before {
    font-family: "dashicons";
    content: "\f534";
}