
.tab{display: none; width: 100%; height: 18%;margin: 0px auto;}
.current{display: block;}


#myForm {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 10px 0 0px 0;
    max-width: 600px;
}


input {padding: 10px; width: 100%; font-size: 17px; border: 1px solid #aaaaaa; }

button {
    background-color: #97211b;
    color: #ffffff;
    border: none;
    padding: 0px 16px;
    font-size: 39px;
    cursor: pointer;
    float: right;
    font-weight: 800;
    line-height: 41px;
}

button:hover {opacity: 0.8; }

.previous {background-color: #97211b; }

/* Make circles that indicate the steps of the form: */
.step {
    height: 19px;
    width: 19px;
    cursor: pointer;
    margin: 0 2px;
    color: #fff;
    background-color: #ffffff;
    border: 3px solid #97211b;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.8;
    padding: 5px;
}
.step.active {
    opacity: 1;
    background-color: #ffa70d;
}

.step.finish {background-color: #4CAF50; }

.error {
    color: #f00;
    font-size: 13px !important;
    margin-bottom: 5px !important;
    display: block !important;
    text-align: right !important;
}

button.next {
    float: left;
}
button:focus {
    outline: none;
}
.checkfromcls label#checkbox-error {
    position: absolute;
    bottom: -30px;
}
button.submit {
    float: left;
}
@media (max-width: 767px) {
    #myForm {
        background-color: #ffffff;
        margin: 0 auto;
        padding: 15px;
        min-width: 300px;
    }
}