
.order_form_pole {
    max-width: 500px;
    margin: 0 0 20px;
}

.order_form_pole label {
}

.order_form_pole input,
.order_form_pole select {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border: 2px solid #021859;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.order_form_submit {
    margin: 0 0 20px;
}

.order_form_submit button {
    display: block;
    width: 100%;
    max-width: 500px;
    height: 50px;
    color: #fff;
    background: #0c5577;
}
