.gray-bg{
    position: relative;
}
.box{
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/logo-bg.jpg);
    background-position: center;
    background-size: cover;
    opacity: 0.9;
    z-index: 1;
}
.content{
    position: absolute;
    width: 100%!important;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}
.middle-box{
    width: 80%!important;
    height: 100%;
    position: relative;
}
.box-content {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    margin-top: -260px;
    z-index: 2;
}
.box-content-r {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    margin-top: -260px;
    z-index: 2;
}
.text-muted a {
    color: #fff!important;
}
h3,p,small{
    color: #fff;
}
.console{
    position: absolute;
    top: 20px;
    font-size: 12px;
    color: #FF9911;
    display: block;
    height: 20px;
    line-height: 20px;
    margin-top: 15px;
}
input {
    height: 30px!important;
    background: #E6E6E6!important;
    border: 1px solid #B6B4B6!important;
}
.form-group {
    position: relative;
    margin-bottom: 28px;
}

