



.form_list.phone_verify{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .3125rem;
}

.form_list.phone_verify input[type="button"]{
    background-color: #65B837;
    height: 52px;
    line-height:1;
    color: #fff;
}



