.swal-footer{
	border-top: solid 1px #e7eaec;
}
.swal-button-container{
	display: block;
	text-align: center;		
}
#orText{
	text-align: center;
	margin-left: -25px;
	left: 50%;
	bottom: -20px;
	position: absolute;
	display: inline;
	background-color: #fff;
	padding: 2px 0px;
	width: 50px;
}
#ssoLoginBtn{
	color: #1ab394;
	background-color: transparent;
	border-color: #1ab394;
	margin-bottom: 13px;
	margin-top: 13px;
}
#ssoLoginBtn:hover{
	background-color: #1ab394;
	color:#fff;
}
#mfaTag{
	margin-left: 25%;
	margin-bottom: 0;
	padding-bottom: 0;
	background-color: transparent;
	text-align: center;
	color: #ab2328;
	font-size: 10px;
}
@media screen and (max-width: 540px) {
	#mfaTag{
		margin-left: 18%;
		margin-bottom: 0;padding-bottom: 0;background-color: transparent;text-align: center;color: #ab2328;
	 }
}
@media screen and (orientation:landscape) and (min-width: 640px) and (max-height: 550px) {
	#orText{
		text-align: center;
		margin-left: 109px;
		left: 50%;
		bottom: 125px;
		position: absolute;
		display: inline;
		background-color: #fff;
		padding: 2px 0px;
		width: 50px;
	}
	#mfaTag{
		
		position: absolute;
		left: 15%;
		margin-left: 18%;
		/* margin-top: -147px; */
		bottom: 14px;
		/* padding-bottom: 0; */
		background-color: transparent;
		text-align: center;
		color: #ab2328;
	}
}