body {
    background-color: #0070EE;
    background: no-repeat;
}

/*.content {*/
/*    background: url("./images/loginbg.jpg");*/
/*    !*background-position-x: -447px;*!*/
/*    !*min-height: 840px;*!*/
/*    min-height: 729px;*/
/*    background-size: cover;*/
/*}*/
.content_ {
    background: url("./images/loginbg.jpg");
    min-height: 1200px;
    background-size: cover;
}
.position_{
    position: absolute;
    top: 70px;
}

.header {
    display: flex;
    background-color: #0070EE;
    min-height: 68px;
    align-items: center;
    padding-left: 33px;
}
.yewulingyu{
    display: flex;
    flex-flow: column;
}
.header p {
    margin-left: 25px;
    font-size: 24px;
    color: #ffffff;
}

.lrform {
    width: 426px;
    height: 375px;
    background: #FFFFFF;
    border: none;
    border-radius: 0px;
    margin-left: 436px;
    margin-top: 175px;
    position: relative;
    padding-left: 54px;
}
.zhuce_lrform{
    width: 650px;
    min-height: 615px;
    background: #FFFFFF;
    border: none;
    border-radius: 0px;
    margin-left: 436px;
    margin-top: 20px;
    position: relative;
    padding: 20px 0px;
}
.login-panel{
    font-size: 16px;
}
.login-form-content .form-horizontal .form-group .btn-info{
    width: 321px;
    height: 40px !important;
    background: #0070EF !important;
}
.lrform-tab{
    border-style: solid;
    border-width:  43px  43px 43px 43px;
    border-color:  #CD41FF #CD41FF transparent transparent;
    width: 0px;
    height: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
}
.lrform-tab-title{
    position: absolute;
    font-size: 16px;
    color: #ffffff;
    right: 10px;
    top: 12px;
}
.login-panel .active{
    color: #0070ef;
    border-bottom: 2px solid #0070ef;
}
.login-panel a {
    color: #C5C4E6;
    border-bottom: 1px solid #C5C4E6;
}
.login-form-content .form-horizontal .form-group{
    margin-bottom: 25px;
    width: 321px;
}
.login-form-content .form-horizontal .form-control{
    width: 100%;
}
.login-panel a + a{
    margin-left: 47px;
}
.form{
    width: auto;
}