
 *{
   box-sizing: border-box;
 }
 
body {
  background: url("") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font: 400 15px/1.6 'Open Sans', 'IBM Plex Sans', sans-serif, fontawesome ;
   	-webkit-font-smoothing: antialiased;
   	font-size: 1em;
}

#foutmelding {
	background-color: #24DCB5;
	text-align: center;
}
#cycleo-titel {
	color: #24DCB5;
}
#overlay_image{
    position: absolute;
    bottom: 2%;
    right: 2%;
    width: 100px;
    height: 100px;
    background-image: url("../icon/apple-touch-icon-76x76.png");
    background-repeat: no-repeat;
    z-index: 99;
}

.form-box {
	background-color: rgba(0, 0, 0, 0.5);
	margin: auto auto;
	padding: 40px;
	border-radius: 5px;
	box-shadow: 0 0 10px #000;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 400px;
	height: 300px;
}
.form-box:before {
	background-size: cover;
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	display: block;
}
.form-box .header-text {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 10px;
	text-align: center;
	color: #24DCB5;
}
.form-box input {
	margin: 5px 0px;
	border: none;
	padding: 10px;
	border-radius: 5px;
	width: 100%;
	font-size: 14px;
}
.form-box input[type=checkbox] {
	display: none;
}
.form-box label {
	position: relative;
	margin-left: 5px;
	margin-right: 10px;
	top: 5px;
	display: inline-block;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.form-box label:before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #ddd;
}
.form-box input[type=checkbox]:checked+label:before {
	content: "\2713";
	font-size: 16px;
	color: #24DCB5;
	text-align: center;
	line-height: 20px;
}
.form-box span {
	font-size: 14px;
}
.form-box button {
	background-color: #24DCB5;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	width: 100%;
	font-size: 14px;
	padding: 10px;
	margin: 10px 0px;
}
span {
	color: #BBB;
}

/*
a{
  font-size:14px;
  line-height: 1.7;
  color:#fff;
  text-decoration: none;
  margin:0;
  transition:all 0.4s;
}
a:focus{
  outline:none;
}
input{
  outline:none;
  border:none;
}
input::-webkit-input-placeholder{
  color:#8f8fa1;
}
*/



