body {
    background: url(../image/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#header-bg {
    width: 100%;
    position: fixed;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8) !important;

}
.header {
    padding-bottom: 10px;
    text-align: center;
    color: red;
    font-size: 38px;
    font-weight: bolder;
  }

.login-btn {
    color: #ffffff !important;
}

#loginpagelogo {
    width: auto;
    height: 250px;
}

.loginlogocontainer{
 text-align: center;
}

.bglogo img{
    width: 80px;
    height: 50px;
    float: left;
}

.bglogo h2{
    float: left;
    color: #ffffff;
    padding-top: 8px;
    padding-left: 3px;
}

.logout {
    color: #A50606;
    border: solid;
    border-width: 1px;
    border-color: #A50606;
    padding: 5px;
    border-radius: 4px;
    font-size: 20px;
}

.logout:hover{
    color: #AB6565;
    background-color: #DE5353;
    text-decoration: none;
}