/**
 * Gel 2020.1
 * Log In Custom Asset CSS Stylesheet
 * @version 2020.1.0
 * @created 2017-04-26 by Kelly Chisum
 * @modified 2020-05-11 by Alexandria Stull
 */

/* LOG IN */
.flex-block.flex-password-reset {       /*Added for 2020.1*/
	display: block;
}
.flex-password-reset label {
	margin: 0 0 .75em;
}
.flex-block.flex-password-reset input[type="text"] {
	flex: 1;
	width: auto;
	margin: 0;
}
.flex-password-reset input[type="submit"] {
	display: block;
}
/*Added for 2020.1*/
.form-container {
	width: 36em;
	margin: auto;
}
@media screen and (max-width: 750px) {
	.form-container {
		width: 100%;
		margin: auto;
	}
}