:root {
	--primary: #538F68;
	--secondary: #000;
	--text-primary: #535367;
	--text-secondary:#cdcdcd;
	--link:#538F68;
}



body{
	background-color: #fff;
	color:#000 !important;
	font-family: 'Play', sans-serif;
	font-size:1rem;
}

h2{
	font-weight: 700;
	color: #1d386f;
	text-transform: uppercase;
}

.btn-primary {
	color: #fff;
	background-color: #1d386f;
	border-color: #1d386f;
}

.btn-primary:hover {
	color: #fff;
	background-color: #244587;
	border-color: #244587;
}

.form-control{
	padding:15px;
}

.list-inline a{
	color:#244587;
}

.form-control.is-invalid, .was-validated .form-control:invalid{
	border:2px solid red !important;
}

#loader {
	background: rgba(255, 255, 255, 0.7);
	left: 0;
	position: fixed;
	width: 100%;
	height: 100vh;
	text-align: center;
	top: 0;
	z-index: 100000;
	display: none;
}

#loader_spinner {
	margin-top: 25%;
}

#loader .spinner-border {
	width: 5rem;
	height: 5rem;
}
