body {
	background-color: #f40a10 !important;
	color: white !important;
}

h1,
h2,
p {
	color: white !important;
}

#form-login {
	max-width: 400px;
}

.main {
	display: flex;
	align-content: center;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	max-width: 500px;
	min-height: 100%;
}

.welcome {
	max-height: 70px;
	padding: 5px;
}

.top-logo {
	max-height: 270px;
}

.btn {
	border-radius: 0;
}

.btn-register {
	max-height: 70px;
	padding: 5px;
}

.btn-registered {
	max-height: 70px;
	padding: 5px;
}

.bottom-logo {
	max-height: 150px;
}

.form-control {
	padding: 3px;
	font-size: 20px;
	text-align: center;
}

label {
	color: white !important;
	font-weight: bold;
	opacity: 1 !important;
}

.btn-primary {
	background-color: black !important;
	color: #ffffff !important;
	font-size: 20px;
	border: 0;
	max-width: 200px;
	margin: 0 auto;
	text-align: center;
}

.btn-secondary,
.btn-info {
	font-size: 20px;
	border: 0;
	max-width: 200px;
	margin: 0 auto;
	text-align: center;
}
