#loginQuestion {
	background-color: white;
	width: 380px;
	padding: 10px;
	text-align: center;
	margin: auto;
}
#loginQuestionContinue {
	background-color: #00aeef;
	color: white; padding: 5px;
	width: 150px;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	font-weight: 600;
}
#loginQuestionContinue:hover {
	text-decoration: underline;
	cursor: pointer;
}
#loginQuestionNotAPartToPfizer {
	background-color: white;
	color: #00aeef;
	padding: 5px;
	width: 150px;
	margin-left: auto;
	margin-top: 20px;
	margin-right: auto;
	font-weight: 600;
}
#loginQuestionNotAPartToPfizer:hover {
	text-decoration: underline;
	cursor: pointer;
}