

.formRow {
    display: flex;
    flex-direction: row;
    width:100%;
    justify-content: space-between;
}


.formContainer {
    max-width: 300px;
    border: 1px solid black;
}
