label.error {
    position: inherit;
}
.loginForm {
    width: 100%;
    height: 600px;
    position: absolute;
    top: 50%;
    /* left: 0; */
    /* right: 0; */
    /* margin-left: -550px; */
    margin-top: -300px;
    /* background: url(/css/patterns/loginbg.png) 0 0 no-repeat; */
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}
.loginForm .left {
    width:500px;
}
.loginForm .right {
    /* flex:1; */
    padding: 16px 40px;
    box-sizing: border-box;
    background: white;
    width: 450px;
    border-radius: 24px;
    /* height: 65%; */
    margin: 0 auto;
}
.loginForm .right .loginTitle {
    font-size: 36px;
    color:red;
    text-align:center;
    padding-top:30px;
}
.loginForm .right .formBox {
    text-align:center;
    margin-top:20px;
}
.loginForm .right .formBox input {
    width: 100%;
    height: 60px;
    background: white;/*#F7F7FA*/
    border: none;
    /*border-radius: 30px;*/
    padding:20px;
    /* margin-top: 30px; */
    outline:none;
    font-size: 16px;
    color: #2B70F2;
}
.loginForm .right .yzm {
    display:flex;
    width:379px;
    align-items:center;
    margin:20px auto;
    padding-left:15px;
    /*background: #F7F7FA;*/
    background: #FFFFFF;
    /*border: 1px solid #DBDBDB;*/
    /*border-radius: 30px;*/
    /*justify-content:space-between;*/
    overflow:hidden;

}
.loginForm .right .yzm input {
    border:none;
    outline:none;
    /*background: #F7F7FA;*/
    background: #FFFFFF;

}
.loginForm .right .btnbox {
    text-align:center;
    font-size: 24px;
    color:#fff;
    letter-spacing:10px;
    word-spacing:20px;
    padding-top: 30px;
}
.loginForm .right .btnbox button {
    width: 310px;
    height: 48px;
    background: linear-gradient(to right, #2B70F2 , #3CABFD);
    box-shadow: 0px 2px 12px 0px #2B70F2;
    border-radius: 30px;
    border:none;
    outline: none;
    margin: 20px auto;
    text-align:center;
    margin-top: 0;
    font-size: 18px;
}
.formBox .top-title{
    font-size: 24px;
    text-align: left;
    color: black;
    font-weight: bold;
}
.formBox .line{
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #F5F5F5;
}
.formBox .line .user-img{
    width: 30px;
    height: 30px;
}
.formBox .line .pwd-img{
    width: 30px;
    height: 30px;
}
.formBox .line img{
    width: 100%;
    height: 100%;
}
.formBox .line .right-input{
    width: 379px;
}
#signupForm{
    padding-top: 12px;
    padding-left: 16px;
}
.logo{
    margin-bottom: 40px;
}
.right-input{
    width: 100%;
}
.inputs{
    width: 100%;
    height: 60px;
    background: white;
    border: none;
    padding: 20px;
    outline: none;
    font-size: 16px;
    color: #2B70F2;
}
