
body,td,th {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    /*color: #1d1007;*/
    line-height:20px
}

/*body{*/
    /*background-image:url('../image/bg.png');*/
    /*background-repeat:no-repeat;*/
    /*background-attachment:fixed;*/
    /*background-position:center;*/
    /*background-size:cover;*/

/*}*/
.image{
    height:85%;
    position:absolute;
    width:100%;;
    background-color: #9d9d9d;
}
.smallImage{
    position:fixed;
    top:35%;
    bottom:40%;
    width:420px;
    height:280px;
    border-radius: 10px;
    background-image:url('../image/fill.png');
    background-repeat:no-repeat;
    /*background-attachment:fixed;*/
    /*background-position:center;*/
    background-size:cover;
}

.login{
    position:fixed;
    top:40%;
    bottom:40%;
    width:260px;
    height:220px;
    padding:20px;
}
.loginBg{
    position:fixed;
    top:40%;
    bottom:40%;
    width:260px;
    height:220px;
    padding:30px;
    background-color: #efefef;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity: 0.5;
    border-radius: 5px;
}

.login>div{
    text-align: center;
    vertical-align: middle;
    margin:20px;
}
.bottomText,.someText{
     /*width:100%;*/
     position: fixed;
     bottom: 20px;
     z-index: 10;
     text-align:center;
     font-size: 12px;
     color:#0f0f0f;
 }

.panel-heading{
    text-align: center;
    font-weight: bold;
}
