.signup {
    width: 800px;
    background: #FFFFFF;
    box-shadow: 0px 4px 11px 0px rgb(176 195 242 / 40%);
    border-radius: 8px;
    margin: auto;
    margin-top: 20px;
    padding: 20px;
    margin-bottom: 50px;
}


body {
    height: 100%;
    justify-content: center;
    align-items: center;
    background: #f6f9ff;
    background-image: url(signup-background.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50%;
}


.signupbg img {
    width: 100%;
    height: 200px;
}

.el-form-item--default {
    margin-bottom: 34px;
}

#verfyCodeTxt {
    cursor: pointer;
}

label.el-checkbox.el-checkbox--default {
    width: 30%;
}