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


html, body {
  height: 100%;
  margin: 0;
  background-color: #eee;
  min-height : 100%;
  position: relative;
}

.pieterzandt-login{
  /*background-color: #eee;*/
  font-family: 'Montserrat', sans-serif;
  bottom: 0;
	height: 100px;
	margin: auto;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
  
}

.pieterzandt-login .block-heading {
  padding-top: 50px;
  margin-bottom: 40px;
  text-align: center; 
}

.pieterzandt-login .block-heading h2 {
  color: #3b99e0;
}

.pieterzandt-login .block-heading p {
  text-align: center;
  max-width: 420px;
  margin: auto;
  opacity: 0.7; 
}

.pieterzandt-login .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); 
}

.pieterzandt-login .item {
  background-color: #ffffff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
  border-top: 2px solid #5ea4f3;
  padding: 30px;
  overflow: hidden;
  position: relative; 
}

.pieterzandt-login .col-md-5:not(:last-child) .item {
  margin-bottom: 30px; 
}

.pieterzandt-login .item button {
  font-weight: 600; 
}

.pieterzandt-login .ribbon {
  width: 160px;
  height: 32px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #4dbe3b;
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 7px; 
}

.pieterzandt-login .item p {
  text-align: center;
  margin-top: 20px;
  opacity: 0.7; 
}

.pieterzandt-login .features .feature {
  font-weight: 600; }

.pieterzandt-login .features h4 {
  text-align: center;
  font-size: 18px;
  padding: 5px; 
}

.pieterzandt-login .price h4 {
  margin: 15px 0;
  font-size: 45px;
  text-align: center;
  color: #2288f9; 
}

.pieterzandt-login .buy-now button {
  text-align: center;
  margin: auto;
  font-weight: 600;
  padding: 9px 0; 
}
.container {
	
}

#body {
   padding:10px;
   padding-bottom:60px;  
	padding-top:80px;
  
}

#header {
	font-family: 'Montserrat', sans-serif;
		position:absolute;
		top:0;
		width:100%;
		height:80px;			
		background:#FFF;		
		border-bottom: 2px solid #5ea4f3;
		padding: 10px;
}


#achtergrond
{
 position: fixed;
 background-image: url("IMG/4.jpg");
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 top: 50%; left: 50%;
 z-index: 1;
 min-width: 100%;
 min-height: 100%;
 width: auto;
 height: auto;
 overflow:auto;
 transform: translate(-50%, -50%);
}

#footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem; 
}

.item_text {
 font-size: 10px;
 min-width: 100%;
 width:100%;
 padding: 0;

}