body {
	font-family: 'Roboto', sans-serif;	
	background: rgba(54,147,225,.15);
	background: #fff;
	color: #000;
}

.logo-wrapper {
	background: rgba(54,147,225,.65);
	border-bottom: 5px solid rgba(54,147,225,1);
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}

h1.site-headline {
	background: #fff;
	padding: 15px 30px;
	color: rgba(54,147,225, 1);
	border-radius: 50px;
	font-size: 38px;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	border: 4px solid rgba(54,147,225, 1);
}

h1.site-headline span {
	color: rgba(255, 166, 50,1);
}

button.btn-primary {
	background:  rgba(54,147,225,1);
}

h2,h3,h4,h5 {
	color: rgba(54,147,225, 1);	
}

label {
	font-weight: 600;
}

.divider-block {
	height: 900px;
	display: block;
	width: 100%;
}

.divider-block-second {
	height: 50px;
	display: block;
	width: 100%;
}

.form-control,
.custom-select {
	border-color: #777;
}

@media (min-width: 576px) {
	.modal-xl {
		width: 650px !important;
		max-width: 650px !important;
	}
}