body{
	border:0;
	margin:0;
	background-color:#310000;
}

#header{
    text-align: center;
    width: 100%;
}

#headImg{
    height: 75px;
    width: auto;
}

#headBg{
	background-image: url("../img/headNew.webp");
	background-repeat: no-repeat;
	background-position:50% 33%;  
    background-size: cover;       
	width: 100%;
	height: 300px;
	position: relative;
	padding: 0; 
}

#page{
    background-color: #800008;
    padding: 0px;
    padding: 15px 20px; 
    margin: 0px auto 0;
    border-bottom: 2px solid #aaa;
    border-top: 2px solid #aaa;
    height: 100%;
}

#login{
	margin:0;
}

#login label{
    width: 100%;
    display: block;
    color: #E4E9F7;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

fieldset{ 
	border: 0;
    padding: 0;
    margin: 0;
}

#inputs input{
    background-repeat: no-repeat;
    background-position: 8px center;
    padding: 15px 15px 15px 50px;
    margin: 15px auto;
    font-size: 20px;
    display: block;
    width: 75%;
    max-width: 400px;
    border: 1px solid #ccc;
}

#username{
	background-image:url('../img/login.png');
	background-size: 30px 30px;
}

#password{
	background-image:url('../img/password.png');
	background-size: 30px 30px;
}

#inputs input:focus{
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}

#actions{
	margin: 0 auto;
	padding:0;
	width:100%;
	text-align:center;
}

.submit{	
    background-color: #E4E9F7;
    border-width: 1px;
    border-style: solid;
    height: 60px;
    padding: 0;
    font-weight: bold;
    font-size: 18px;
    width: 175px;
    cursor: pointer;
    color: #11101d;
    font-size: 22px;
    display: inline-block;
    margin: 0 auto;
}

.submit:hover,#submit:focus{	
    background-color: white ; 
}	

.submit:active{	
    outline: none;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

.submit::-moz-focus-inner{
  border: none;
}

/* responsive */
@media screen and (max-width: 600px) {

}
