body
{
 text-align:center;
 width:100%;
 margin:0 auto;
 padding:0px;
 background-color: #e2e2e2;

 background: url("../images/demo.jpg") no-repeat center center fixed; 
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}

#year{
	
	-webkit-appearance: none;
}
.login-box-body, .register-box-body {
    background: rgba(255,255,255,0.6);
    padding: 20px;
    color: #444;
    border-top: 0;
    color: #666;
}
#user_branch{
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    text-indent: 0.1;
    text-overflow: '';
}