* {
box-sizing: border-box;
}
 
*:focus {
	outline: none;
}
body {
font-family: Sans Serif, Verdana;
background-color: #FFFFFF;
}
.login {

margin: 80px auto;
width: 300px;
}
.login-logo {
margin-bottom: 20px;
width: 300px;
}
.login-screen {
opacity: 0.9;
background-color: #DDD;
padding: 8px;
border-radius: 5px
}

.app-title {
text-align: center;
color: #777;
}
 
.login-form {
text-align: center;
}
.control-group {
margin-bottom: 10px;
}
 
input {
text-align: center;
background-color: #ECF0F1;
border: 2px solid transparent;
border-radius: 3px;
font-size: 16px;
font-weight: 200;
padding: 10px 0;
width: 250px;
transition: border .5s;
}
 
input:focus {
border: 2px solid #DD2222;
box-shadow: none;
}
 
.btn {
  border: 2px solid transparent;
  background: #DD0000;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.25s;
  display: block;
  width: 250px;
  margin: 0 auto;
}
 
.btn:hover {
  background-color: #AA0000;
}
 
.login-link {
  font-size: 12px;
  color: #444;
  display: block;
	margin-top: 12px;
}

/*
 * Formatting the header area
*/
header {
  background-color: #ed1c24;
  font-family: Sans Serif, Verdana;
  font-weight: lighter;
  height: 60px;
  width: 100%;
  opacity: .9;
  margin-bottom: 10px;
  position: fixed;
  top: 0;
  z-index: 20;
}
header h1.logo {
  margin: 0;
  margin-top: 12px;
  font-size: 1.4em;
  font-family: Sans Serif, Verdana;
  font-weight: lighter;
  color: #fff;
  text-transform: uppercase;
  float: left;
}
header h1.logo:hover {
  color: #fff;
  text-decoration: none;
}
/*
 * Centering the body content
*/
.container {
    margin-top: auto;
    margin-right: 40px;
    margin-bottom: auto;
    margin-left: 40px;
}

.menu {
  margin-top: 16px;
  float: right;
  font-family: Sans Serif, Verdana;
  font-weight: lighter;
}
.menu li {
  display: inline;
}
.menu li + li {
  margin-left: 40px;
}
.menu li a {
  color: #fff;
  text-decoration: none;
}

.logoimg {
  margin-top: -6px;
  float: right;
}

footer {

  font-family: Sans Serif, Verdana;
  font-weight: lighter;
  width: 100%;
  opacity: .9;
  margin-bottom: 4px;
  position: fixed;
  bottom: 0;
  height: 30px;
  text-align: center;
  font-size: 14px;
  padding-top: 4px;
  color: #FFFFFF;
}

div.login_message{
	font-size: .9rem;
	text-align: center;
	height: 1.5rem;
	line-height: 1.5rem;
}

div.message_red{
	color: red;	
}

div.login_remotepro{
	height: 2.5rem;
	line-height: 2.5rem;
	width: 88%;
	margin: 0pc auto;
	border: 1px solid #888888;
	border-radius: .5rem;
	cursor: pointer;
}

