/* CSS Document */
html,body{
	min-height: 100%;
}
.logo{
	width: 186px;
	height: auto;
	display: block;
	margin: 0px auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
@media (min-width: 992px){
	h1 {
		font-size: 45px;
	}
	.logo{
		margin-bottom: 50px;
	}
}

@media (min-width: 992px){
	h1 {
		font-size: 45px;
	}
}



.has-error input[type="text"], .has-error input[type="email"], .has-error textarea, .has-error select{
	border:2px solid darkred !important;
} 
.help-block.with-errors{
	color: darkred;
	font-size: 14px;
	padding: 2px;
}
footer{
	padding: 70px 0 68px;
	background-color: #191a51;
	font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 1.625;
	text-align: center;
	-webkit-font-smoothing: antialiased;
}
footer h5{
	font-family: 'Roboto',sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #19e4b1;
    letter-spacing: .5px;
    line-height: 2.1666665;
    text-transform: uppercase;
    margin-bottom: 10px;
}
footer i{
	font-size: 20px !important;
	margin-top: 15px;
	margin-right: 10px;
}
.footer-logo{
	height: 35px;
	width: auto;
	margin-bottom: 30px;
}
footer a,footer a:visited, footer a:active{
	text-decoration: none;
	color: #FFF;
	transition: color .5s;
	-webkit-transition: color 1s;
}
footer a:hover{
	text-decoration: none !important;
	color: #5f63ff !important;
}
footer .link-list a{
	margin-bottom: 15px !important;
	display: block;
}

footer .m-spacer{
	height: 30px;
}
footer .m-spacer2{
	height: 20px;
}
@media (min-width: 768px){
	footer {
		text-align: left;
	}
	footer .m-spacer, footer .m-spacer2{
		height: 0px;
	}
}