body {
    background-color: black;
    color: #000;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 17px;
}


/* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('../../src/video/videoposter.jpg') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

/* Add some content at the bottom of the video/page */
/* .content {
    position: fixed;
    bottom: 0;
    left:0px;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}
*/

.content {
background: #ffea00;
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.1), 0 10px 30px 0 rgba(0,0,0,0.2);
    height: 50em;
    left: 5em;
    margin: 0px;
    position: relative;
    top: 15px;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1),-webkit-transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    width: 20em;
    z-index: 30;
	padding: 1.02em;
}


/* Style the button used to pause/play the video */
#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}

.error {

    background: #ff0000;
    padding: 25px;
    color: white;
}

.success {
    color: #ffea00;
    background: #004C98;
    padding: 25px;
}
p {
	font-size: 17px;
}
.small {
font-size: 12px;
}
.voordelen li {
	font-weight: 700;
}

h1{

	font-weight: 900;
	color:#004c98;
	letter-spacing: 0.03em;
	font-size: 2.5em;
	    width: 80%;
}
h2{

	font-weight: 700;
	    font-size: 1.5em;
    width: 70%;
}



.form__group {
  position: relative;
  padding: 0;
  margin-top: 0;
  width: 100%;
    background: none;
    height: 61px;
    overflow: hidden;
}

#voucher {
  font-family: inherit;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #004c98;
  outline: 0;
  font-size: 1.3rem;
  color: #004c98;
  padding: 7px 0;
  background: transparent;
  transition: border-color 0.2s;
    height:46px;
}

 #voucher::placeholder {
    color: transparent;
  }

#voucher:placeholder-shown ~ .form__label {
    font-size: 1rem;
    cursor: text;
    top: 20px;
    z-index: -1;
  }


.form__label {
  position: absolute;
  top: 0;
  display: block;
  transition: 0.2s;
  font-size: 1rem;
  color: #004c98;
}

#voucher:focus {
  padding-bottom: 6px;  
  border-width: 3px;
  border-image: linear-gradient(to left, #004c98,#ffea00);
    background: linear-gradient(to right, #ffea00,#004c984);
  border-image-slice: 1;
}

#voucher:focus 
  ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    color: #000;
     
  }
/* reset input */
#voucher:required, #voucher:invalid {
    box-shadow:none;
}



#contactform {
    position: relative;
}


.btn {
    font-size: 14px;
    padding: 6px 12px;
    margin-bottom: 0;

    display: inline-block;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}
.btn:focus,
.btn:active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

/* default
---------------------------- */
.btn-aanmelden {
    color: #000;
    background-color: #ffea00;
    padding: 12px;
    border-color: transparent;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.2s;
}

.btn-aanmelden:hover {
    color: #353535;
    background-color: #fdef55;
    transition: 0.2s;

}

.btn-check {
     width:100%;
     color: #fff;
     background-color: #004c98;
     padding: 12px;
     border-color: transparent;
     border-radius: 10px;
    text-transform: uppercase;
    transition: 0.2s;
 }
.btn-check:hover {
    width:100%;
    color: #fff;
    background-color: #0272e2;
    transition: 0.2s;

}

.wait {
    position: absolute;
    top: 13px;
    right: 8px;
    display: block;
}


@media only screen
and (min-device-width: 300px)
and (max-device-width: 667px)
and (-webkit-min-device-pixel-ratio: 2) {
    .content {
        width: 250px;
        left: 15px;
        top: 15px;
        margin: 0 0 50px 0px;
        padding-bottom:150px;

    }

}

#Naam, #Email {
    width:97%;
}

}