.content {
    height: 100vh;
    width: 100vw;
    background-size: cover;
    background-image: url("/static/images/register-bg.png");
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content .form-box {
    width: 470px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content .form-box .form {
    margin-top: 47px;
    border-radius: 5px;
    background-color: #fff;
    height: 430px;
    width: 430px;
    padding: 40px;
    box-sizing:unset;
}

.content .form-box .form .titles {
    position: relative;
    margin-bottom: 35px;
}

.content .form-box .form .titles .bar {
    height: 3px;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    background-color: #eeeeee;
}

.content .form-box .form .titles .title {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 90px;
    font-size: 16px;
    line-height: 42px;
    letter-spacing: 2px;
    color: #000000;
    border-bottom: 3px solid #3895d3;
}

.content .form-box .form input {
    outline: none;
    border: 0;
    padding: 18px;
    height: 32px;
    border-radius: 4px;
    background-color: #f5f5f5;
    width: 390px;
}

.content .form-box .form .item {
    margin-bottom: 17px;
}

.content .form-box .form .check {
    font-size: 14px;
    line-height: 42px;
    color: #333333;
    display: flex;
    align-items: center;
}

.content .form-box .form .check .lump {
    cursor: pointer;
    margin-right: 5px;
    width: 6px;
    height: 6px;
    background-color: #8d8d8d;
}

.content .form-box .form .check .checked {
    background-color: #34c89c;
}

.content .form-box .form .botton {
    cursor: pointer;
    background-color: #3895d3;
    border-radius: 4px;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
}
