

body
{
    background: #141515;   
}

#logo 
{
	width : 105%;
	margin-left:-2.5%;
	margin-bottom:5px;
	height:75px;
	position:relative;
	background:url("../image/login_BI.png"); 
	background-size:contain;
	background-repeat:no-repeat;	
	background-position:center;
}

.btn_login
{
	background: rgb(123,190,66);
    color: rgb(31,52,25);
}

.btn_login:hover
{
    background: rgb(100,150,50);
    color: #000000;
}

.btn_login:active
{
	color: #000000;
	background:rgb(40,100,15);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.75) inset ;
}

.input_symbol_over.id
{
	background:url("../image/login_id_on.png"); 
	background-size:contain;
	background-repeat:no-repeat;	
}

.input_symbol_over.pw
{
	background:url("../image/login_password_on.png"); 
	background-size:contain;
	background-repeat:no-repeat;	
}

footer 
{
	position:fixed;
	bottom:25px;
	height:60px;
	width:100%;
}

footer > div
{
	width : 150px;
	height : 100%;
	margin : 0 auto;
	
	background:url("../image/login_CI.png"); 
	background-size:contain;
	background-repeat:no-repeat;	
	background-position:center;
}

