/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .error{
 	border: 2px solid red;
 }

 .w-100.error{
 	padding: 2px;
 }

 #extended_fields_accordion textarea{
 	height: 80px;
    font-size: 14px;
    padding: 5px 20px;
 }