﻿.app-registration-steps {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    width:100%;
}
.app-registration-stepper {
    width: 100px;
    height: fit-content;
}

.app-registration-step {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
    width: 100%;
}
