body {
	background-color: #c8d8e5;
	font-family: 'Roboto', sans-serif;
	margin: 0;
}

#container {
	align-items: center;
  	justify-content: center;
  	display: flex;
  	width: 100%;
  	height: 100%;
  	position: fixed;
}

.centering {
	height: auto;
	width: auto;
	position: relative;
	bottom: 60px;
}

.logo {
	display: block;
	margin: 0 auto 20px auto;
}

#login-box {
	width: 360px;
	/*height: 200px;*/
	background-color: #FFFFFF;
	overflow: auto;
}

#login-box p {
	text-align: center;
	font-weight: 300;
	color: #303030 ;
}

.input-form {
	width: 75%;
	height: 34px;
	display: block;
	margin: 20px auto;
	padding: 2px 12px;
	color: #303030;
}

.submit-btn {
	width: 84px;
	height: 34px;
	margin-right: 31px;
	margin-bottom: 16px;
	float: right;
	background-color: #2379C0;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
}

.submit-btn:hover {
	background-color: rgba(35, 121, 192, 0.8);
}