.login-bg {
    background-color: #18C5CB;
}
.marginTop {
    border-radius: 5px;
    width: 1050px;
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    height: 602px;
}
.left-pic {
    width: 610px;
    height: 100%;
    float: left;
    background: url(../images/login.png) no-repeat left top;
    background-size: cover;
}
.right-form {
    float: right;
    width: 440px;
    background-color: #fff;
    height: 100%;
    overflow: hidden;
}
.row2 .item{
    width: 100%;
    clear: both; 
    clear: both;
    display: block;
    margin-bottom: 15px;
    height: 96px;
}
.help-block {
    line-height: 35px;
}
.login-title {
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    font-weight: 600;
    padding-top: 30px;
    border-bottom: none;
}
.control-label {
    text-align: left;
}
.form-content {
    width: 70%;
    margin: 20px auto;
}
.form-content .item input {
    /*border: 0;*/
    /*border-bottom: 1px solid #ccc;*/
    font-size: 14px;
    font-weight: 500;
    line-height: 45px;
    height: 45px;
}
.help-block-error {
    line-height: 40px;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0px;
    color: #f00;
}
.login-btn {
    width: 100%;
    background-color: #18C5CB;
    border: none;
    height: 40px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
}
.title-help {
    padding-left: 50px;
    color: #666;
}
.submitButton {
    padding-top: 10px;
}
.layui-form-label {
    text-align: left;
    padding: 0;
    color: #555;
    font-weight: 600;
    line-height: 35px;
    font-size: 16px;
}