.forgotpassheader {
	font-size: 24px;
	text-decoration: underline;
	margin-bottom: 15px;
}

.forgotpasslabeltext {
	font-size: 16px;
	margin-bottom: 5px;
	display: block;
}

.forgotpassinput {
	width: 100%;
	max-width: 400px;
	padding: 8px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

#forgotpassformdiv {
	background: white;
	padding: 20px;
	border-radius: 8px;
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	position: relative;
}

.forgotpasserror {
	color: red;
	margin-bottom: 10px;
}

.forgotpasssubmit {
	padding: 10px 20px;
	margin: 5px;
}

/* Media query for wider screens */
@media (min-width: 768px) {
	#forgotpassformdiv {
		width: 60%;
	}
}
