﻿
.registration-step-container {
    /* nothing defined here! */
}

.registration-step-wrapper {
    /* nothing defined here! */
}

.registration-step {
    display: none;
}
    .registration-step.active {
        display: block;
    }
