.login_link {
	width: 50%;
	text-align: center;
	padding: 10px;
	font-size: 13px;
	float: left;
	background-color: #ededed;
	border-radius: 0 0 0 10px;
	cursor: pointer;
}

.reg_login_link {
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 13px;
	float: left;
	background-color: #ededed;
	border-radius: 0 0 0 10px;
	cursor: pointer;
}

.reg_login_link_dummy {
	width: 100%;
	text-align: center;
	padding: 19px;
	font-size: 13px;
	float: left;
	background-color: #ededed;
	border-radius: 0 0 10px 10px;	
}

sup{color:#b3253f !important;}

.notes
{
	font-size:13px;
}

.requiredErrorMessage
{
	display: none;
	font-weight: bold;
	font-size:14px;
	padding-bottom: 10px;
	color: #dc3545;
}
span.required {
	color: red;
}

.reg_login {
	width: 100%;
	height : 35px;
	text-align: center;
	padding: 10px;
	font-size: 13px;
	float: left;
	background-color: #ededed;
	border-radius: 0 0 10px 10px;	
}