body {
	font-family: 'Roboto', sans-serif;	
}

#site {
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	width:300px;
	height:200px;
	padding:10px;
}

#error {
	height:100px;
	text-align:center;
}
#logo {
	background-image:url(../../images/mobility-logo-black@2x.png);
	background-size:contain;
	background-repeat:no-repeat;
	width:100%;
	height:120px;
}
#crm {
	font-size:26px;
	font-weight:bold;
	width:280px;
	text-align:right;
	color:#800040;
	margin-top:-40px;
}

#login {
	margin-top:5px;
	width:300px;
	text-align:center;
	padding:5px;
}
#signin {
	width:260px;
	border-radius:10px;
	padding:10px;
	cursor:pointer;
	font-size:18px;
	font-weight:bold;
	border:1px solid #CCC;
	background:#EFEFF8;
}
#signin:hover {
	border:1px solid #999;
	background:#CDCDFE;
}
#azuresignout {
	margin-top:100px;
	width:400px;
	text-align:center;
	margin-left:-40px;	
}
