﻿.content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.formContent {
    display: flex;
    flex-direction: column;
    width: 420px;
    /*height: 350px;*/
    justify-content: space-between;
}

.rowWrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.rowLabel {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 200px;
}

.rowControl {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 200px;
}

.navItem {
    display: inline;
}