/**
 * Styles for auth pages
 */

/* Forgot Username/Password Forms */
.forgot-password .message, .forgot-username .message, .reset-password .message {
	color: #00AAE7;
	font-weight: bold;
}

.forgot-password input, .forgot-username input, .reset-password input {
	height: 40px;
	padding: 10px;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.forgot-password input[type=submit], .forgot-username input[type=submit], .reset-password input[type=submit] {
	padding: 10px;
	font-size: 14px;
	font-weight: 500;
	background-color: white;
	color: #00AAE7;
	border: 2px solid #00AAE7;
	cursor: pointer;
}
.forgot-password .fa, .forgot-username .fa, .reset-password .fa {
	color: #5E514E;
}
