html{
    height: 100%;
    overflow: hidden;
}
body{
    margin:0px;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url('/template/img/background.png');
    background-color: #cccccc;
    background-size: cover;
/*     background: #333333;
    background: -moz-linear-gradient(top, #333333 0%, #1f1f1f 47%, #000000 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #333333), color-stop(47%, #1f1f1f), color-stop(100%, #000000));
    background: -webkit-linear-gradient(top, #333333 0%, #1f1f1f 47%, #000000 100%);
    background: -o-linear-gradient(top, #333333 0%, #1f1f1f 47%, #000000 100%);
    background: -ms-linear-gradient(top, #333333 0%, #1f1f1f 47%, #000000 100%);
    background: linear-gradient(to bottom, #333333 0%, #1f1f1f 47%, #000000 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000', GradientType=0 );
}
.login_box{
    clear: both;
    width: 450px;
    min-height: 270px;
    padding: 5px;
    margin-left:auto;
    margin-right: auto;
    margin-top: 10%;
    background: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #0000006e;
}
.login_box h2{
    margin-top: 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid grey;
}
.login_box .submit{
    margin-right: 0px;
    float: none;
    text-align: right;
}
.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}