body[id="airsas"]{
	background-image: url(/session/assets/img/imd_sky_bg.jpg);
	/* Background image generated on: http://msurguy.github.io/triangles/ */
	background-repeat: no-repeat;
	background-position:  center center; 
	background-size: cover;
	height: 1000px;
	margin-top: 2em;
}

body[id="login"]{
	background-image: url(/session/assets/img/login_bg.png);
	/* Background image generated on: http://msurguy.github.io/triangles/ */
	background-repeat: no-repeat;
	background-position:  center center; 
	background-size: cover;
	height: 1000px;
	margin-top: 2em;
}


.session .panel {
  box-shadow: 0 20px 140px #300000;
}

.session .panel-heading {
	text-align: center;
}

.session .panel-title[id="login"] {
	font-size: 4em;
	color:#B30101;
	border-bottom: 1px solid;
	padding: 0.5em 0;
}
.session .panel-title[id="airsas"] {
	font-size: 4em;
	color: #00BFFF;
	border-bottom: 1px solid;
	padding: 0.5em 0;
}

.session .panel-footer {
	font-size: 0.9em;
	color:#AAA;
	text-align: center;
}

.session .panel-error {
	text-align: center;
}

