.ctech-wrapper.form-fieldset-wrapper {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fbfbfd;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.invalid {
    color: #f00 !important;
}
.invalid:not(label) {
    border: 1px solid red !important;
    display: block;
}

.ctech-wrapper.sellacious-reset-form .ctech-form-group {
    margin-bottom: 10px;
}
