/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

 * {
 	box-sizing:border-box;
 }

 div.hidden {
	
	display:none;

 }

 .container__header {
	
	padding: 20px 0;

 }


 input.error, select.error {
 	border:1px solid red !important;
 	box-shadow: 0 0 2px red !important;

 }

 input.valid {
	
	border:1px solid rgb(195, 230, 203) !important;

 }

 .alert {
	position:relative;
	overflow-x: scroll;

 }


#myModal {
	pointer-events: none;
}
