.mailplus-form .form-group::after {
    content: "";
    clear: both;
    display: table;
}

.mailplus-form .mpCheckBoxTable tr {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
}

.mailplus-form .mpCheckBoxTable tr .mpCheckBoxInput {
  position: relative;
  padding-left: 30px;
}

.mailplus-form .trans-element-checkbox {
    border: solid 1px #eeeeee;
    display: inline-block;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 15px;
    cursor: pointer;
    position: absolute;
    left: 0px;
    top: 2px;
    z-index: 9;
}

.mailplus-form .trans-element-checkbox.checked:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    left: 3px;
    top: 3px;
    background-image: url(../images/checkbox.svg);
    background-size: 100% 100%;
    position: absolute;
    background-repeat: no-repeat;
}

.mailplus-form .error {
    color: red;
    font-weight: 700;
}

.mailplus-form .error input[type="text"],
.mailplus-form .error input[type="email"] {
    border: 1px solid red;
}
