body {
	background-image: url('../img/home-bg.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: 100% auto;
}

@media ( min-aspect-ratio : 16/9) and (max-width: 1920px) {
	body {
		background-image: url('../img/home-bg.jpg');
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-size: 100% auto;
	}
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

h1.home {
	color: #FFF;
	font-size: 20pt;
	font-family: GoodTimes;
}

input.no-border {
	border: 0;
	font-weight: bold;
}

input.form-control::placeholder {
	color: #686868 !important;
	font-weight: normal;
}

div.home-card {
	width: 30%;
}

span.error-message {
	color: #F65B5B;
	display: block;
	text-align: center;
	font-size: 1.2rem;
	margin-top: 1rem;
}

a {
	color: #ffd300;
	font-size: 1.4rem;
}

a:hover {
	color: #ffd300;
	font-size: 1.4rem;
}

span.info {
	background-image: url('/assets/img/icon/info.png');
	width: 15px;
	height: 15px;
	display: inline-block;
	background-size: contain;
}

.box-home {
	max-width: 25%;
}

@media (max-width: 800px) {
	.box-home {
		max-width: 100%;
	}
}

@font-face {
	font-family: 'GoodTimes';
	src: url('../webfonts/rg.eot');
	src: url('../webfonts/rg.woff') format('woff'),
		url('../webfonts/rg.ttf') format('truetype'),
		url('../webfonts/rg.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}