/*  ------------------------------------------------------------------------
                                    Leisure Rules
    ------------------------------------------------------------------------  */

formElements .emailLabel {
	position: absolute;
	left:30px;
}

formElements .passwordLabel {
	position: absolute;
	top:40px;
	left:30px;
}

.incorrect {
	color: red;
}
