
.form_item{
    width: 400px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

#submit{
    margin-top: 16px;
    cursor: pointer;
}
form {
    width: auto;
}
input{
    width: auto;
}
