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

 .list {
 	margin: 0;
 	padding: 0;
 	list-style: none;
 }

 .list--errors {
 	font-weight: bold;
 	color: #d51067;
 	margin-bottom: 24px;
 }

 .list--errors li {
 	margin-bottom: 20px;
 }
 
 .error {
 	font-weight: bold;
 	color: #d51067;
 }