body.login {
	background: url("/skins/camscape/images/login_background_mobile.2.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}
body.login {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	background-color: #E9E9E9; /* New design */
	margin: 0;
	height:100vh;
}
#login-form #message div {
  color: #fff!important;
  font-weight: normal;
  white-space: normal;
}
#rcmloginsubmit {
  background: #bbd8f8 none repeat scroll 0 0;
  border: medium none;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  text-shadow: none;
  width: 100%;
}
#login-form table td.input {
  margin: 0;
  padding: 0;
  width: 100%;
}
#login-form table tr, #login-form table td {
  display: block;
}
#login-form td.title {
  color: #fff;
  text-align: left;
  white-space: nowrap;
}
#login-form td.title {
  font-weight: normal;
  text-shadow: none;
  text-transform: uppercase;
}
#_language {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100% !important;
}
#login-form #bottomline,#login-form #bottomline a {color:#ffffff;font-weight:normal;}
.login-logo {
  /* bottom: 2%;
  left:25px;
  position: absolute; */
  text-align: left;
  color:#fff;
  padding-left:25px;
  /* z-index:-1; */
}

/* .login-logo {
  color:#fff;
  margin:135px 0 10px 25px;
} */
.login-logo #bottomline {text-align:left;padding-top:0;}
.login-logo img {margin:0 auto;}
#bottomline hr {
  background-color: #666666;
  border-style: none;
  height: 1px;
}
#login-form #logo {
  margin-bottom: 0;
}
#login-form .box-inner {
  /* margin-top:50px; */
  margin:50px 20px;
}
#login-form #message {
	padding:0 20px;
}

#messagelist li.unread {
	border-left:0;
}
#messagelist li span.subject {
	font-size:small;	
}
#messagelist {
    color: #000;
    text-shadow: none;
}

#ifplcontainer div {
  line-height: 2.5em;
}
#ifplcontainer {
  color: #ffffff;
  font-size: 14px;
  text-align: left;
  text-shadow: none;
}
/*
}
#login-form form table {
  margin-top: 50px;
}

#login-form #message {
	padding:0;
}
#login-form #message div {
  color: #fff!important;
  font-weight: normal;
  white-space: normal;
}
select#_language {
  border-radius: 0;
  padding: 7px;
  width: auto;
}
#login-form input.button {
  padding: 7px 25px;
  border-radius: 0;
}
*/