.custom-control-group {
    margin: 0 0 35px 0;
    position: relative;
}

.formLabel {
    display: block;
    margin: 0.75em 0;
    font-weight: 600;
}

.error {
    background-color: #FFF;
    color: #E8005A;
    display: block;
    float: left;
    z-index: 1;
    margin: 0;
    padding: 7px 0;
    width: 100%;
    font-size: .75rem;
    position: relative;
}
