.bg-img{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
	background: url(../img/swinxMoodBackSmall.png) no-repeat center center fixed #FFF;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.wrapperFooter {
	min-height: 100%;
	position: relative;
	padding-bottom:37px;
}
.devexLogoFooter{
	position:absolute;
	right:10px;
	height:37px;
	width:85px;
	font-size:2.5em;
}
.smallFont{
	font-size:0.3em;
}
.loginLogo{
	width:160px;
	height:160px;
	margin-left:auto;
	margin-right:auto;
}
.loginFrame{
	width:80%;
	margin:10% auto;
	text-align:center;
}
.loginFrame input{
	width:100%;
	height:18px;
	margin:45px auto 0;
	text-align:center;
	border:0;
	border-bottom:1px dotted #8B8D8E;
	font: 15px Noir;
	opacity:0.6;
	padding:0;
}
.loginFrame input[type=button]{
	width:50%;
	margin-top:45px auto;
	height:25px;
	background-color:#f7f7f7;
	border:0;
	border-radius:5px;
	box-shadow: 1px 1px 1px #8B8D8E;
	cursor:default;
}

.loginInput:focus, input:focus{
    outline: none;
}
.loginInput::placeholder{
	color:#8B8D8E;
}
.loginInput:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}
.loginFrame input[type=checkbox]{
	vertical-align: bottom;
  	max-width:18px;
	max-height:18px;
 	margin:10px auto 0;
	border:1px dotted #8B8D8E;
	font: 15px Noir;
	opacity:0.6;
	margin-right:5px;
	border-radius:4px;
}
.loginInputChecboxLabel{
	line-height:20px;
}
.loginRemember{
	margin:0;
	padding:0;
	text-align:right;
}
input[type=checkbox]:checked {
   background: #8B8D8E;
}
.loginMessage{
	width:100%;
	min-height:50px;
	margin: 30px auto 0;
}
.loginErrorMsg{
	width:80%;
	min-height:50px;
	margin-left:auto;
	margin-right:auto;
	border-top: 1px solid #ff7979;
	border-bottom: 1px solid #ff7979;
	padding:5px 0px;
	overflow:hidden;
}

#updateNotification{
	position:fixed;
	display:block;
	z-index:999;
	width:100%;
	height:27px;
	top:0;
	background-color:#fff;
	border-bottom:1px dotted #8B8D8E;
	opacity:0;
	padding:2%;
	font: 17px;
}
#updateNotificationText{
	width:54%;
	padding-right:10%;
	display:inline-block;
	vertical-align:middle;
}
#updateNotificationDwnl{
	width:25%;
	display:inline-block;
	vertical-align:middle;
}
.updateNotificationDwnlImg{
	height:27px;
	/* height:10px; */
	display:inline-block;
	vertical-align:middle;
}
@media screen and (min-width: 640px) and (orientation:landscape) {
	.loginFrame{
		width:40%;
		margin:2% auto;
	}
	.loginFrame input{
		margin:30px auto 0;
	}
	.loginFrame input[type=button]{
		margin:30px auto 0;
	}
}
@media screen and (min-width: 768px) and (orientation:portrait) {
	.loginFrame{
		width:30%;
		margin:30% auto;
	}
	.loginFrame input{
		margin:50px auto 0;
	}
	.loginFrame input[type=button]{
		margin:50px auto 0;
	}
}
@media screen and (min-width: 918px) {
	.loginFrame{
		width:30%;
		margin:20% auto;
	}
	.loginFrame input{
		margin:50px auto 0;
	}
	.loginFrame input[type=button]{
		margin:50px auto 0;
	}
}
@media screen and (min-width: 1500px) {
	.loginFrame{
		width:30%;
		margin:15% auto;
	}
	.loginFrame input{
		margin:50px auto 0;
	}
	.loginFrame input[type=button]{
		margin:50px auto 0;
	}
}
@media screen and (orientation:landscape) {
	.bg-img{
		background: url(../img/swinxMoodBackBig.png) no-repeat center center fixed #fff;
		-webkit-background-size: cover;
  		-moz-background-size: cover;
  		-o-background-size: cover;
  		background-size: cover;
	}
}