#cube{
	position: fixed;
	height: 150%;
	left: -25%;
	top: 100px;
	bottom: 0;
	margin: auto 0;
	opacity: 0;
	transition:all 3s;
	-moz-transition:all 3s;
	-webkit-transition:all 3s;
	-o-transition:all 3s;
	-ms-transition:all 3s;

}

.cube-appear{
	opacity: 1 !important;
	top: 0 !important;
}

.passCheck{
	font-size: 12pt !important;
}

.input-field .prefix ~ input{
	margin-left: 0rem;
    width: calc(100%);
}

.input-field .prefix{
	width: 0rem;
	top: 1rem;
	left: -26px;
}

.input-field .prefix ~ label, .input-field .prefix ~ .validate ~ label{
	margin-left: 0rem; 
}

p, h5{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

h5{
	font-weight: bold;
}