/* -------------------------
custom-login-background-image
------------------------- */
body.login {  
	background-image: url('Servers-Server-Farm-Engine-Room.jpg'); 
  background-repeat: no-repeat;  
	background-attachment: fixed;  
	background-position: center;  
} 
/* -------------------------
custom-login-logo-image (#login h1 a,)
------------------------- */
.login h1 a {  
	background-image: url('COMSEC-Media-512.png'); 
  background-size: 322px;
  background-position: center top; 
	width: 322px;
	height: 68px;
	/*background-size: inherit;
  padding-bottom: 30px;*/
}

/* -------------------------
custom-login-form
------------------------- */
.login form {
margin-top: 20px;
margin-left: 0;
padding: 26px 24px 46px;
background: #161b20;
-webkit-border-radius: 4px; 
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.13);
box-shadow: 0 1px 3px rgba(0,0,0,.13);
}
.login label { 
font-size: 12px; 
color: #82868b; 
} 
.login input[type="text"]{ 
background-color: #ffffff; 
border-color:#dddddd; 
-webkit-border-radius: 4px; 
} 
.login input[type="password"]{ 
background-color: #ffffff; 
border-color:#dddddd; 
-webkit-border-radius: 4px; 
} 
/*-------------------------
custom-login-button
------------------------- */
.login .button-primary {
  width: 120px;
  float:right;
  background-color:#607d8b !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#607d8b), to(#607d8b));
  background: -webkit-linear-gradient(top, #607d8b, #607d8b);
  background: -moz-linear-gradient(top, #607d8b, #607d8b);
  background: -ms-linear-gradient(top, #607d8b, #607d8b);
  background: -o-linear-gradient(top, #607d8b, #607d8b);
  background-image: -ms-linear-gradient(top, #546c78 0%, #607d8b 100%);
  color: #ffffff;
  text-shadow: 0 -1px 1px #546c78, 1px 0 1px #546c78, 0 1px 1px #546c78, -1px 0 1px #546c78;
  box-shadow: 0 1px 0 #546c78;
  -webkit-border-radius: 4px;
  border: 1px solid #546c78;
}

.login .button-primary:hover {
  background-color:#607d8b !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#607d8b), to(#546c78 ));
  background: -webkit-linear-gradient(top, #607d8b, #546c78 );
  background: -moz-linear-gradient(top, #607d8b, #546c78 );
  background: -ms-linear-gradient(top, #607d8b, #546c78 );
  background: -o-linear-gradient(top, #607d8b, #546c78 );
  background-image: -ms-linear-gradient(top, #2a363c 0%, #546c78 100%);
  color: #fff;
  -webkit-border-radius: 4px;
  border: 1px solid #546c78;
}

.login .button-primary:active {
  background-color:#607d8b !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#546c78), to(#607d8b));
  background: -webkit-linear-gradient(top, #546c78, #607d8b);
  background: -moz-linear-gradient(top, #546c78, #607d8b);
  background: -ms-linear-gradient(top, #546c78, #607d8b);
  background: -o-linear-gradient(top, #546c78, #607d8b);
  background-image: -ms-linear-gradient(top, #546c78 0%, #607d8b 100%);
  color: #fff;
  -webkit-border-radius: 4px;
  border: 1px solid #546c78;
}

/* Text Below the Form */
.login #nav a,
.login #backtoblog a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

/* Remove the Lost Password Link 
p#nav {
  display: none;
}
*/
/* Remove the “Back to” Link 
p#backtoblog {
  display: none;
}
*/



















 
 