﻿/* LoginAccess.css */

#LoginAccessTab {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.wizbit {
    background-repeat: no-repeat;
}

.wizLeft {
    width: 18px;
    height: 20px;
}

.wizRight {
    width: 28px;
    height: 20px;
}
