
@import 'errorHandler.css';
@import 'exceptionHandler.css';

body {
	font-family: Arial, sans-serif;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;

	background: #ffffff;
	background: linear-gradient(180deg, rgba(244,250,255,1) 0%, rgba(255,255,255,1) 45%);
	flex-wrap: wrap;
}

body .break {
	flex-basis: 100%;
	height: 0;
}

html, body {
	height: 100%;
}

.loginBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 26px;
	width: 500px;
	height: 200px;
	background-color: #ffffff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 16px 3px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 0 16px 3px rgba(0,0,0,0.05);
	box-shadow: 0 0 16px 3px rgba(0,0,0,0.05);
}

.loginBox h1 {
	color: #3f3f3f;
}

.btn {
	border: 1px solid #0f1f73;
	background-color: #182983;
	padding: 12px;
	border-radius: 7px;
	color: #ffffff;
	font-size: 1em;
	cursor: pointer;
}

.btn:hover {
	background-color: #24379b;
}

.img {
	width: 64px;
	height: 64px;
	margin: 16px 16px 16px 0;
}
