html, body {
    min-height: 100%;
    height: 100%;
    background-image: url(image/bg.png)
}

.table-body {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    height: 100%;
}
.panel-login {
    width: 500px;
    margin: 0 auto;
}
.panel-login h1 {
    position: relative;
    top: -10px;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
.panel-login h1 img {
    width: 50px;
    height: 50px;
    position: relative;
    top: -4px;
    margin-right: 15px;
}
.help-block {
    display: none;
}
.field-admin-rememberme {
    position: relative;
    top: 10px;
}
.error-summary {
    border: 1px solid #a94442;
    background: #a94442;
    color: white;
    padding: 11px 20px;
    font-size: 13px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 4px;
}