.group {
    margin: 0px 210px 0;
    padding-top: 50px;
    .account-left {
        width: 540px;
        .acc-getVcode {
            height: 32px;
            width: 100%;
            padding-top: 32px;
            position: relative;
            overflow: hidden;
            img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 32px;
            }
        }
        .ant-form-extra {
            color: #ccc;
            span {
                margin-left: 2px;
            }
        }
        .redFont {
            color: #ea0862;
        }
        button {
            width: 100%;
        }
        .ant-checkbox-wrapper {
            span {
                line-height: 32px;
            }
        }
    }
}