﻿/*#form fieldset:not(:first-of-type) {
    display: none
}

#form .previous-step, .next-step {
    width: 100px;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 10px 0px;
    float: right
}

.form, .previous-step {
    background: #616161;
}

.form, .next-step {
    background: #2F8D46;
}

#form .previous-step:hover,
#form .previous-step:focus {
    background-color: #000000
}

#form .next-step:hover,
#form .next-step:focus {
    background-color: #2F8D46
}

.progress {
    height: 20px;
}

.progress-bar {
    background-color: #0d6efd;
}*/

#form fieldset:not(:first-of-type) {
    display: none
}

.progress {
    height: 20px;
}

.progress-bar {
    background-color: #0d6efd;
}