#human{
  font-size: 14px;
  font-weight: bold;
}

.niet-juist p{
  text-align: center !important;
  font-size: 20px;
  color: #f00;
  padding-top: 20px;
  padding-right: 40px;
} 

.cent{
  text-align: center;
}
.bg-white{
  background-color: #fff  !important;
}

.mtop-30{
  margin-top: 20px
}

.mbot-0{
  margin-bottom: 0px;
}

.pad-0{
  padding-left: 2px !important;
}

input[type="text"], input[type="email"] {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2px;
  background: transparent;
  outline: none;
  color: #6D7781;
  font-size: 12px;
}
input[type="text"]:focus, input[type="email"]:focus {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 2px;
  background: transparent;
  border-color: #72c02c;
  box-shadow: 0 0 10px #3a69c7;
  border-bottom: 0px;
  outline: none;
  color: #6D7781;
  font-size: 12px;
}

input[type=checkbox] {
  display: none;
}

.midden{
  margin: auto !important;
}

label {
  display: block;
  position: absolute;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  content: "";
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 3px solid #435160;
}

#agree:checked ~ label[for=agree] {
  background: #435160;
}

input[type="submit"] {
  border: 0;
  width: 100%;
  height: 47px;
  border-radius: 3px;
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
  margin-top: 25px;
  margin-bottom: 35px;
  background: #4765a0;/* donkerblauw #4765a0;      lichtblauw  #3498db;  */
  animation-name: shake;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 4px !important;
}

input[type="submit"]:hover {
    -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 4px !important;
  background: linear-gradient(to bottom, #4765a0  5%, #3a69c7 100%);
}

.glowing-border:focus { 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

@media(min-width: 1199px){
	.marginT{
		margin-top: 100px !important;
	}
}

.red {
	color: #e74c3c !important;
}

.grey {
	color: #555 !important;
}

.right {
	float: right !important;
}

 li a {
 	font-size: 17px;
 }
  li a:hover {
  	color: #e74c3c;
  }

/*body {
    padding-top: 70px;  Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. 
}
*/
footer {
    margin: 8px 0;
}
footer p{
    color: #888;
}

.padding00 {
  padding-left: 0px !important;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

h5 {
  font-size: 15px !important;
  font-weight: bold !important;
  margin-bottom: 5px !important;
  margin-left: 1px;
  text-align: left;
}

.margin-top-80 {
	margin-top: 112px;
}