#forgotPage input[type="text"] {
	border: 1px solid #919191;
	padding: 0 15px;
	font-size: 16px;
	line-height: 2.5rem;
	display: block;
	width: 290px;
	color: #4b4b4b;
	letter-spacing: 0.1rem;
}

#forgotPage input:first-child {
	margin-top: 0;
}

#forgotPage input[type="submit"] {
	background: none;
	cursor: pointer;
	width: 232px;
	border: 1px solid #121212;
	letter-spacing: 0.1rem;
	height: 52px;
	line-height: 52px;
	padding: 0;
	margin: 1.5rem 0;
}

#forgotPage input[type="submit"]:hover {
	color: #808080;
	border: 1px solid #808080;
}

#forgotPage p {
	margin-bottom: 0;
}

#forgotPage .form_message {
	color: green;
	background: #fff;
	font-weight: bold;
	display: none;
}

#forgotPage .form_message.err {
	color: red;
}

#forgotPage .forgotText {
	margin: 1rem 0;
	min-height: 34px;
	align-items: center;
}

#forgotPage.slim {
	width: 60%;
}

#forgotPage #forgotForm {
	margin-bottom: 1rem;
}

#forgotPage a.forgot_link {
	font-size: 16px;
	color: inherit;
	text-decoration: none;
	text-transform: uppercase;
}

#forgotPage a.forgot_link.active {
	font-weight: bold;
	border-bottom: 2px solid #000000;
}

#forgotPage #forgotForm input[name="EMAIL"] {
	display: none;
}

#forgotPage .forgotLinks a {
	display: block;
	padding: 1.5rem;
	background: #efefef;
	border-bottom: 2px solid transparent;
}

#forgotPage .forgotLinks {
	justify-content:left
}
