html, body{height: 100%;}
.full-screen{width: 100%; height: 100%;}
.over-max{
	position: absolute;
	z-index: 999;
}


.parallax-container {
	    position: relative;
	    overflow: hidden;
	    height: 220px;
}

.thin-text{font-weight: 200;}
.light-text{font-weight: 300;}


.input-field input[type=text]:focus {
     border-bottom: 1px solid #1565c0;
     box-shadow: 0 1px 0 0 #1565c0;
}
.input-field input[type=email]:focus {
     border-bottom: 1px solid #1565c0;
     box-shadow: 0 1px 0 0 #1565c0;
}


.logo{margin-top: 20px;}

.input-inline-custom{
	width: 280px;
}


.waiting{
	background-color: rgba(0,0,0,0.7);
	z-index: 9999;
}

@media (max-width: 600px) {
    .parallax-container {
	    height: 280px;
	}
	.input-inline-custom{
		width: 200px;
	}

}