/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
    

/*
 * New Dossier Form
 */

.wlc-dossier-form-wrapper{

}

.wlc-dossier-form-wrapper .error:not(.form-control){
    color: red;
}

.wlc-dossier-form-wrapper .error.form-control{
    border-color: red;
}

.wlc-dossier-form-wrapper .valid.form-control{
    border-color: green;
}

.form-required {
    color: red;
    margin-left: 1px;
}
