@charset "utf-8";
/* CSS Document */

body{
	position: fixed;
	width: 100%;
    height: 100%;
	background: url(/css/images/bg.jpg) no-repeat;
	background-size: cover;
    
}


.login-panel{
    width: 400px;
    height: 500px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}


.login-logo{
	
	
	width: 100px;
	height: 100px;
	margin: 10% auto;
	
}

.login-logo img{
	
	width: 100%;
	height: auto;
}
.login-form{
	
	width: 80%;
	margin: 0 7%;
	
}

.login-title{
	
	text-align: center;
	margin: -10% auto 2% auto;
	color: #9E1619;
	font-size: 20px;
	font-weight: bold;

	
}
.login-form input {
    width: 100%;
    height: 40px;
    margin: 2% 3%;
    padding: 0px 15px;
    font-size: 14px;
    background: #f2f2f2;
    border: 0;
}

input:-webkit-autofill {  
    -webkit-box-shadow: 0 0 0px 1000px #f2f2f2 inset !important;  
}  

#login-button{
	
	   margin:8% 3% 2% 3%;
	background-color: #9E1619;//;
	width: 100%;
	height: 50px;
	color: #fff;
	border: 0;
cursor: pointer;
	font-weight: bold;

	font-size: 16px;
	    outline: 0;
border-radius: 4px


	
}

#login-button:hover{
	
		background-color: #670c0e;

	
}


.login-forgot-pw {
    /* text-align: center; */
    color: #000;
    display: block;
    margin-left: 3%;
    margin-top: 2%;
}


.login-forgot-pw:hover{
	
	
	color: #62a8ea;
}
