/*------------------------------------------------------------------------------------*/
/* Document   : stylesBootstrapForm.css                                               */
/* Created on : January 12, 2020                                                      */
/* Author     : Brandon E. Hofmann                                                    */
/*                                                                                    */
/* Purpose:  Bootstrap Form Styles                                                    */
/*------------------------------------------------------------------------------------*/

#bootstrapForm
{
   margin-left: 20px;
   margin-right: 20px;
}

#bootstrapForm .selectContainer .form-control-feedback
{
   right: 30px;
}

#bootstrapForm .form-control-feedback
{
   right: 15px;
}

#bootstrapForm .custom-select.is-valid
{
   background-image: none;
}

#bootstrapForm .custom-select.is-invalid
{
   background-image: none;
}