.SAMLBox{
	border: 1px solid;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	margin: 15px;
	width: 270px;
}
.orLabel{
	font-weight: bold;
	text-align: center;
	margin: 120px;
}
.hidden{
	display: none;
}

#logOffSuccess{
	margin: 15px;
	font-weight: bold;
}

.appTitle{
	font-size: 24px;
	font-weight: normal;
}
div.mfaModal{
    display:none;
    position:fixed;
    text-align:center;
    width: 350px;
    top:50%; 
    left:50%; 
    transform: translate(-50%,-50%);
    background-color:#fff; 
    height: 400px;
    border-radius: 15px;
    border:2px solid #f5c6cb; 
    padding:10px;
    z-index:2000;
}

div.screenshade{
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(50,50,50,0.7);
    z-index: 1999;
}
