body {
    display: flex;
    min-width: 7rem;
}

#privacy-form {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.form-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

.submit-button {
    width: 50%;
    align-self: center;
}

.action-result-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
    text-align: center;
}

/** Semantic UI overrides **/
.ui.input>input:focus {
    border-color: black;
}

.ui.selection.dropdown {
    font-size: 16px;
}
