
.loginForm {
    width:1100px;
    height:580px;
    position:absolute;
    top:50%;
    left:53%;
    margin-left:-550px;
    margin-top:-300px;
    /*background:url('/css/patterns/loginbg.png') 0 0 no-repeat;*/
    background-size: 100% 100%;
    display:flex;
}
.loginForm .left {
    width:580px;
}
.loginForm .right {
    flex:1;
    padding:25px;
    box-sizing:border-box;
    border-radius: 12px;
    background: #fff;
}
.loginForm .right .loginTitle {
    font-size: 36px;
    color:red;
    text-align:center;
    padding-top:20px;
}
.loginForm .right .formBox {
    text-align:center;
    margin-top:20px;
}
.loginForm .right .formBox input {
    width: 379px;
    height: 60px;
    background: #F7F7FA;
    border: 1px solid #DBDBDB;
    border-radius: 30px;
    padding:20px;
    margin-top: 30px;
    outline:none;
}
.loginForm .right .yzm {
    display:flex;
    width:379px;
    align-items:center;
    margin:20px auto;
    padding-left:20px;
    background: #F7F7FA;
    border: 1px solid #DBDBDB;
    border-radius: 30px;
    justify-content:space-between;
    overflow:hidden;

}
.loginForm .right .yzm input {
    border:none;
    outline:none;
    background: #F7F7FA;

}
.loginForm .right .btnbox {
    text-align:center;
    font-size: 24px;
    color:#fff;
    letter-spacing:10px;
    word-spacing:20px
}
.loginForm .right .btnbox button {
    width: 379px;
    height: 60px;
    background: linear-gradient(90deg, #FF8769, #F82F2E);
    box-shadow: 0px 7px 27px 0px rgba(235, 47, 45, 0.51);
    border-radius: 30px;
    border:none;
    outline: none;
    /*margin: 20px auto;*/
    text-align:center;
}
.img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 26px 0;

}
.img img{
    width: 219px;
    height: 219px;
}
.tishi{
    width: 426px;
    height: 79px;
    background: #F7F7F7;
    margin: 0 auto;
    border-radius: 10px;
    padding: 9px 15px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: center;
    color: #9F9E9E;
    line-height: 30px;
}
.tishi span{
    color: #333333;
    font-size: 18px;
    margin: 0 3px;
}
.bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0;

}
.join{
    margin: 0 20px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999393;
}

.join span{
    color: #000000;
    margin-right: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
}
.hrs{
    width: 128px;
    height: 1px;
    background: #bebdbd;
}