/* -- Global -- */


.forgotten-password-form .highlight {
	padding-bottom: 25px;
}

@media screen and (min-width: 650px) {
	.forgotten-password-form input[type="text"] {
		width: 52%;
		margin: 0 5px 0 0;
	}

}


