.form-new {
    /*width: 263px;*/
    width: 90%;
    display: flex;
    flex-direction: column;
}

.form-item-new {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
    padding: 5px 0;
}

.form-item-new label {
    width: 110px;
    margin-right: 10px;
    text-align: justify;
    text-align-last: justify;
    font-size: inherit;
}

.form-item-new input {
    padding: 22px 10px;
    outline: none;
    flex:1;
    font-size: inherit;
}

.form-btn {
    background-color: #409eff;
    color: #fff;
    padding: 10px 0;
    margin-bottom: 20px;
    margin-top: 40px;
    cursor: pointer;
    font-size: 2.5rem;
}

.form-reg {
    text-align: right;
    cursor: pointer;
    font-size: 26px;
}

.clear {
    display: flex;
    justify-content: center;
    font-size: 32px;
}