.content {
    background-image: url(../../images/login/login-nomal-bg.png);
    background-size: cover;
    font-family: Microsoft YaHei;
    /*定义body的里的元素水平居中*/
    margin: 0 0 0 34%;
    padding-top: 8%;
}

.loginscreen.middle-box {
    width: 500px !important;
    max-width: 500px !important;
}

.loginForm {
    margin: 0 auto;
    flex: 0.7;
    text-align: right;
}

.imgBox {
    width: 90px;
    overflow: hidden;
}

.imgItem {
   height: 50px;
   width: 176px;
}

.sysName {
    line-height: 50px;
    font-size: 30px;
    width: 100%;
    color: #333333;
    text-align: center;
}

.form-group label {
    font-size: 14px;
}
.form-control
{
    height: 38px;
}
.msgCode {
    width: 100px;
    height: 35px;
    border: 1px solid #eee;
    overflow: hidden;
    padding: 0 !important;
}

.form-control,
.single-line {
    border-radius: 10px;
}

.moreCode {
    text-align: right;
    margin-top: 5px;
    padding-right: 0;
}

.cm {
    color: #5995ef;
    display: inline-block;
}
.loginInput
{    
    width: 60%;
    margin: auto;
}
.cm:hover {
    cursor: pointer
}

.loginBtn {
    width: 100%;
    background: rgba(143, 69, 30, 1);
    color: #fff;
    margin: auto;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    border-radius: 20px;
    background: -moz-linear-gradient(top, rgba(143, 69, 30, 0.6) 0%, rgba(143, 69, 30, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143, 69, 30, 0.6)), color-stop(100%,rgba(143, 69, 30, 1)));
    background: -webkit-linear-gradient(top, rgba(143, 69, 30, 0.6) 0%,rgba(143, 69, 30, 1) 100%);
    background: -o-linear-gradient(top, rgba(143, 69, 30, 0.6) 0%,rgba(143, 69, 30, 1) 100%);
    background: -ms-linear-gradient(top, rgba(143, 69, 30, 0.6) 0%,rgba(143, 69, 30, 1) 100%);
    background: linear-gradient(to bottom, rgba(143, 69, 30, 0.6) 0%,rgba(143, 69, 30, 1) 100%);
}

.loginBtn:hover,
.loginBtn:visited {
    color: #fff !important;
}

.codeImg {
    width: 100%;
    height: 100%;
}

.form-control:focus,
.single-line:focus {
    border: 1px solid #999 !important;
}