.arista-step {
    display: none;
}

.arista-step.active {
    display: block;
}

.arista-progress-bar {
    width: 100%;
    background: #eee;
    height: 10px;
    margin-bottom: 20px;
}

.arista-progress {
    height: 10px;
    background: #0073aa;
    width: 0%;
}

.arista-field {
    margin-bottom: 15px;
}

.arista-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.arista-field input,
.arista-field textarea,
.arista-field select {
    width: 100%;
    padding: 8px;
}

.arista-error {
    color: red;
    font-size: 13px;
    margin-top: 5px;
    display: block;
}

.arista-field input.error {
    border: 1px solid red;
}