/*!
 * Salon de Roosekrans POS
 * 
 * By Roefja - www.roefja.com
 *
 * main-auth.css
 *
 */


body {
	display: flex;
}

main {
	margin: auto;
}

main#main-page {
	height: unset;
}

#main-content {

	min-width: 400px;
	min-height: 400px;
	padding: 30px 30px 15px;

	display: flex;
	flex-direction: column;
}

form .logo {
	margin-bottom: 20px;
	width: 250px;
}

footer {
	margin-top: auto;
	background: none;
}

footer .copyright {
	margin-bottom: 0;
}

.btn-primary:hover {
	opacity: .8;
}

form button[type=submit] {
	margin-top: 10px;
}

form h3 {
	margin-bottom: 20px;
}

form .form-group:not(:last-of-type){
	margin-bottom: 20px;
}