.form-wrap {
    margin-top: 20px;
    width: 90%;
    padding: 10px 0;
    border: 1px solid red;
    margin: auto;
}
.form-title-1 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}
.form-title-2 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid red;
}
.type-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    font-size: 18px;
    margin: 20px 0;
}
.input-wrap {
    padding: 10px;
}
.form-wrap .input input {
    width: calc(100% - 10px);
    height: 40px;
    margin: 10px 0;
    font-size: 16px;
}
.form-wrap .flex-h {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn {
    width: 60%;
    margin-left: 20%;
    height: 40px;
    line-height: 40px;
    background-color: red;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}