* {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    border: 0px;
    padding: 0px;
    margin: 0px;
}
select, input, label, button {
    vertical-align: middle;
}
input[type=button], input[type=submit] {
    background-color: #fab613;
    color: #fff;
    font-size: 18px;
    border-radius: 0px;
}
input[type=text] {
    text-overflow: ellipsis;
}
input[type=text], input[type=number], input[type=tel] {
    color: #000;
}
input {
    -webkit-appearance: none;
}
.container {
    padding-left: 0px;
    padding-right: 0px;
}
.txt {
    width: 100%;
    height: 56px;
    font-size: 16px;
    color: #ccc;
    border-radius: 0px;
}
.button_submit {
    width: 90%;
    height: 50px;
    outline: medium none;
    border: 0px;
}
#dv_error {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #999;
}