@charset "UTF-8";

#header,
[off-canvas] {background-color:#3b3f4f; }
#header a,
#header .left-content dt{ color:white;z-index:10 }
#header .left-content dd a{ color:#a3bbde}
.btn{background:#2e313d;}
#header dd a:hover{ background:#4e5368; opacity:1;}
.loginBody{
	background-image:url(../img/back3b.jpg);
	background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}
@media only screen and (min-width: 961px) {
.loginBody{
	background-image:url(../img/back2.jpg);
	background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}
}
@media only screen and (min-width:1600px) {
.loginBody{
	background-image:url(../img/back2.jpg);
	background-attachment: fixed;
    background-position: center top;
    background-size: cover;
}
}
