.default-input{
    margin-bottom: 10px;
}

.order_wrap{
    width:50%;
}

.btn{
    width:100%;
}

@media screen and (max-width:767px) {
    .order_wrap{
        width: 90%;
    }
}