
/*.cover-container {*/
/*    overflow: hidden;*/
/*    height: 100%;*/
/*    position: relative;*/
/*    background: #000*/
/*}*/

/*.cover-container video {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    width: auto;*/
/*    height: auto;*/
/*    min-width: 100%;*/
/*    min-height: 100%;*/
/*    -webkit-transform: translate(-50%, -50%);*/
/*    -ms-transform: translate(-50%, -50%);*/
/*    transform: translate(-50%, -50%)*/
/*}*/

/*.cover-container .mask {*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    margin: auto*/
/*}*/

/*.footer {*/
/*   position:absolute;*/
/*   width:100%; */
/*   bottom:20Px;*/
/*   color:#ffffff;*/
/*}*/

html, body {
    font-size: 16px;
}

.cover-container {
    overflow: hidden;
    height: 100%;
    position: relative;
    background: url("../../image/car/longquan.png") no-repeat;
    background-size: 72% 100%;
}

/*登录页左上角logo*/
.cover-container .left-icon {
    width: 75px;
    height: 75px;
    position: absolute;
    left: 3.125rem;
    top: 3.125rem;
    background: url("../../image/car/left_icon.png") no-repeat;
    background-size: cover;
}

.cover-container .mask {
    width: 35%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 12.5rem 0 0;
}

.cover-container .mask .login-box {
    width: 70%;
    margin: 0 auto;
    padding: 0;
}

.cover-container .mask .login-title {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 1.25rem;
    color: #000 !important;
    margin: 1.25rem 0 2.1875rem;
}

.cover-container .mask .login-sub-title {
    font-size: 1.625rem;
    color: #000 !important;
    margin: 0 0 1.875rem;
}

.cover-container .mask .form-control {
    height: 3.125rem;
    margin: 0.625rem 0;
    font-size: 1.125rem;
    padding: 0.375rem 0.75rem 0.375rem 2.5rem;
}

.cover-container .mask .form-control-feedback.fa {
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    margin-top: 0.625rem;
    position: absolute;
    top: 0;
    left: 0;
}

.cover-container .mask .login-box .submit-btn {
    background-color: #0081ff;
    border-color: #0081ff;
    width: 100%;
    height: 3.125rem;
    color: #fff;
    font-size: 1.25rem;
}

.footer {
    position:absolute;
    width: 35%;
    right: 0;
    bottom: 1.25rem;
    color:#000;
    font-size: 1.25rem;
    text-align: center;
}
