
body {
	background-color: #284058;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(/assets/img/background.png);
	overflow: hidden;
}

header {
	background-color: #294258;
	color: #FFF;
	padding: 30px;
	text-align: center;
}

header img {
	display: block;
	margin: auto;
	min-height: 400px;
	height: 60px;
}

.content {
	color: #FFF;
	background: rgba(7, 59, 97, 0.4);
	margin: 20px;
	padding: 30px;
	width: calc(100vw - 60px);
	height: calc(100vh - 160px);
	max-height: calc(100vh - 160px);
	overflow: auto;
	box-sizing: border-box;
	border-radius: 15px;
	text-align: center;
}

.content .card-title {
	margin-bottom: 0;
	color: #294258;
	font-weight: bold;
}
.content .card-body {
	color: #294258;
}

button {
	background-color: #294258;
	padding: 15px;
	display: block;
	margin: 5px 0;
	padding: 10px;
	text-transform: capitalize;
	border: none;
	border-radius: 5px;
	color: #FFF;
	text-align: center;
	width: 100%;
}

select {
	padding: 15px;
	display: block;
	margin: 5px 0;
	padding: 10px;
	text-transform: capitalize;
	border: none;
	border-radius: 5px;
	text-align: center;
	width: 100%;
}

input {
	padding: 15px;
	display: block;
	margin: 5px 0;
	padding: 10px;
	text-transform: capitalize;
	border: none;
	border-radius: 5px;
	text-align: center;
	width: 100%;
}

img {
	max-width: 100%;
}

img.bordered {
	border: solid 10px #daa545;
    margin-bottom: 50px;
}