.container-fluid {
    height: 100%;
    background: url('../imgs/register/register-bg.png') no-repeat center;
    background-size: cover;
    position: relative;
}

.register-form-wp {
    width: 1200px;
    height: 700px;
    background: url('../imgs/register/register-form-bg.png');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 32px;
}

.register-form-preview {
    width: 665px;
    height: 525px;
    position: relative;
}

.register-form-preview div {
    position: absolute;
    bottom: -15%;
    left: -43%;
}

.register-form-preview .long-cirle {
    width: 80px;
    height: 24px;
    display: inline-block;
    background: #ffffff;
    position: absolute;
    left: 78px;
    bottom: 8px;
    border-radius: 10px;
}

.register-form-preview .cirle {
    width: 24px;
    height: 24px;
    display: inline-block;
    background: #ffffff;
    position: absolute;
    left: 27px;
    bottom: 8px;
    border-radius: 10px;
}

.register-form {
    width: 350px;
    position: absolute;
    top: 80px;
    right: 100px;
}

.register-form .title {
    font-size: 32px;
    font-weight: 400;
    color: #000000;
}

.register-form .inp input {
    width: 100%;
    padding: 16px 0 16px 56px;
    border-bottom: 2px solid #E5E5E5;
    margin-bottom: 20px;
}

.register-form .inp .inp-user {
    background: url('../imgs/register/register-form-user.png') no-repeat 22px 50%;
}

.register-form .inp .inp-phone {
    background: url('../imgs/register/register-form-phone.png') no-repeat 22px 50%;
}

.register-form .inp .inp-pwd {
    background: url('../imgs/register/register-form-pwd.png') no-repeat 22px 50%;
}

.register-form .inp input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #00000050;
}

.register-form .test-code {
    width: 100%;
    margin-bottom: 20px;
}

.register-form .test-code input {
    width: 55%;
    padding: 16px 0 12px 56px;
    border-bottom: 2px solid #E5E5E5;
    background: url('../imgs/register/register-form-test.png') no-repeat 22px 57%;
}

.register-form .test-code input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #00000050;
}

.register-form .test-code button {
    width: 45%;
    background: #286EFA;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    padding: 10px 10px;
    outline: none;
}

.register-form .test-code button.disabled {
    background-color: #c2c2c2;
}

.register-form .accept-agreement {
    width: 100%;
    margin-bottom: 20px;
}

.register-form .accept-agreement input[type = 'checkbox'] {
    width: 16px;
    height: 16px;
    border: 2px solid #B2B2B240;
    background-color: #ffffff;
    -webkit-appearance: none;
    outline: none;
    margin-right: 12px;
}

.register-form .accept-agreement input[type = 'checkbox']:checked {
    background: #52B2E6 url('../imgs/register/sel-icon.png') no-repeat center;
    background-size: 100% 100%;
}

.register-form .accept-agreement .checkBox {
    font-size: 16px;
    font-weight: 400;
    color: #00000040;
    white-space: nowrap;
}

.register-form .accept-agreement a {
    font-size: 16px;
    font-weight: 400;
    color: #52B2E6;
    white-space: nowrap
}

.register-form .next-btn button {
    width: 100%;
    height: 50px;
    background: #286EFA;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    outline: none;
}
