#the-lab-tricel-body {
    background-image: linear-gradient(180deg,rgba(32,32,32,0.9) 0%,rgba(0,0,0,0.88) 100%),url("https://thelabireland.tricel.eu/media/The-Lab-Tricel-Background.jpg");
	background-size: cover;
	height: 100vh;
}
#the-lab-tricel-registration-form {
    position: relative;
	top: 10%;
}
#the-lab-tricel-registration-form h1 {
	color: #fff;
	font-size: 30px;
	text-align: center;
	text-transform: uppercase;
}
#the-lab-logo {
	display: block;
	margin: 40px auto 40px auto;
}
.the-lab-tricel-registration-form-sections {
	margin-top: 15px;
}
.the-lab-tricel-registration-form-labels {
	color: #fff;
	position: relative;
    left: 10px;
    top: 45px;
    -webkit-transition: 0.2s ease all;
    z-index: 1;
	pointer-events: none;
}
.moving-labels {
	position: relative;
	top: 5px;
	left: 0px;
}
.the-lab-tricel-registration-input-fields {
	height: 50px;
	width: 100%;
	background-color: #222020;
	color: #fff;
	border: none;
	outline: none;
}
#the-lab-tricel-privacy-policy, #the-lab-tricel-privacy-policy a {
	color: #fff;
}
#the-lab-tricel-privacy-policy input[type=checkbox] {
	margin-left: 5px;
	margin-right: 15px;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
}
#the-lab-tricel-privacy-policy-checkbox-label {
    margin-left: 35px;
    margin-top: -30px;
}
#the-lab-tricel-privacy-policy a {
	text-decoration: underline;
}
#enter-the-lab-tricel-button {
	display: block;
	margin: auto;
	border: none;
    font-size: 22px;
    text-transform: uppercase;
	color: #fff;
    background-color: #7bc043;
	padding: 15px 35px 15px 35px;
}
.grecaptcha-badge {
    bottom: 210px !important;
}
#recaptcha-error-message {
    background-color: #f00;
	color: #fff;
	font-weight: 500;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
@media screen and (min-width: 769px) {
	#the-lab-logo {
		max-width: 60%;
	}
	#the-lab-tricel-registration-form {
    	width: 30%;
	}
}
@media screen and (max-width: 768px) {
	#the-lab-logo {
		max-width: 80%;
	}
	#the-lab-tricel-registration-form {
    	width: 80%;
		padding-bottom: 100px;
}