﻿/* titel google fonts*/
@import url('https://fonts.googleapis.com/css?family=Exo:700');

.titel-login{

	width:100%;
	height:75%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	
	
}


body {
	background-color: #f8f8f8;

}


.wrap-login {
	padding: 20px;
	padding-bottom: 50px;
	margin-top: 30px;
	background-color: #fff;
	border: solid 1px #d0d0d0;
	/* box shadow */
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.42);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.42);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.42);
	
}

.button-login{
	background-color: #e74c3c;
	color: #fff;
	margin-top: 10px;
	
	
}

h2 {
	margin-bottom: 30px;
}

.informatie{
	margin-top: 30px;
}