.auth-field{
	position: relative;
}
.auth-field .auth-alert{
	z-index: 3;
	position: absolute;
	background-color: #BF0000;
	width: 270px;
	height: 50px;
	top: 0px;
	right: 0px;
	left: -290px;
	line-height: 50px;
	padding: 0px 24px;
	color: #FFF !important;
	font-weight: bold;
}
.auth-field .auth-alert .triangle{
	z-index: -1;
	position: absolute;
	transform: rotate(45deg);
	width: 20px;
	height: 20px;
	right: -10px;
	top: 15px;
	background-color: #BF0000;
}