#user-form-title{
  text-align: center;
  font-size: 1.8rem;
}


#user-messages
{  
  border-radius: 3px;
  color: #313131;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  /*text-transform: uppercase;*/
  font-style: italic;
  text-shadow: none;
  text-decoration: none;
  
  /*
  padding-top: 10px;
  padding-bottom: 20px;
  */
  text-align:center;
}

#user-messages p{margin-bottom: 3px;}
#user-form-fields .row{padding-bottom: 5px;}

/*
#user-form-fields .col-4
{
  padding: 0;
}
*/

.vertical_scroll_wrapper{
    height: 80px;    
    overflow-x: hidden;
    overflow-y: auto;    
    padding-top: 0;
    padding-bottom: 0;
}

.vertical_scroll_dynamic
{
    width: 100%;
}

