@import url(https://fonts.googleapis.com/css?family=Roboto:300);

.login-page {
	width: 360px;
	padding: 8% 0 0;
	margin: auto;
}

img {
	max-width: 260px;
	margin: auto;
	text-align: center;
}

.form {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 360px;
	/*margin: 0 auto 100px;*/
	margin: 0 auto 0px;
	padding: 45px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.form input {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
}

.form input[type="submit"] {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	background: #0079A4;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}

.form input[type="submit"]:hover, .form input[type="submit"]:active, .form input[type="submit"]:focus {
	background: #43A047;
}

.form .message {
	margin: 15px 0 0;
	color: #b3b3b3;
}

.form .message a {
	color: #4CAF50;
	text-decoration: none;
}

.form .message .error {
	color: #EF3B3A;
}



body {
	background: #0079A4 url('../voor.jpg') no-repeat center top; /* fallback for old browsers */
	/*background: -webkit-linear-gradient(right, #0079A4, #176675);*/
	/*background: -moz-linear-gradient(right, #0079A4, #176675);*/
	/*background: -o-linear-gradient(right, #0079A4, #176675);*/
	/*background: linear-gradient(to left, #0079A4, #176675);*/
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}