/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.form-container{
   margin-bottom: 20px;
}
 .inner-form-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
 }

 
 .validaton-error{
   color: #b00020;
   font-size: 16px !important;
   font-weight: normal;
   display: block;
   margin-top: 5px;
 }

 textarea.your-subject {
   resize: none;
}