body {
    /*background: #fff;*/
    background-color: #fff;
    background-image: url('/assets/img/login/ImagineLoginBack.jpg');
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center;
}

.container {
    height: 1080px;
}


.login-container {
    position: relative;
    top: 200px;
    width: 575px;
    height: 562px;
    background-color: #000000;
    margin: auto;
    padding: 40px 30px;
    border: 1px solid rgba(255,255,255,0.5);
    border-radius:35px;
    /*opacity:0.5;*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f000000',endColorstr='#3f000000');
    background-color:rgba(255,255,255,0.5);
    /*background-image: url('/assets/img/login/loginBack.png');*/
}

.logo-box {
    width: 500px;
    height: 102px;
    margin: auto;
}
.logo-box>div{
    text-align: center;
    padding: 10px 0;
}
.logo-box .active{
    background-color: #3182C8;
    border-radius: 2px;
    color: #fff;
}

.logo-box img {
    width: 500px;
}

.title-box {
    width: 510px;
    height: 102px;
    margin: auto;
    margin-top: 10px;
}

.title-box h1 {
    margin: auto;
    text-align: center;
}

h1>span {
    font-size: 32px;
    font-weight:  400;
    line-height:  102px;
    margin:  auto;
    width: 100%;
    position:  relative;
    text-align:  center;
}
.login-box { 
    padding: 0 20px;
}

.login-box fieldset>div {
    margin-bottom: 20px;
}
