1.labelForm {
2 margin: 0 16px 16px;
3}
4
5.buttonWrapper {
6 display: flex;
7 justify-content: flex-end;
8 margin-top: 8px;
9}
10
11.submitButton {
12 margin-left: 8px;
13}
14
15.permanentAlert {
16 margin-top: 8px;
17}
18
19.permanentDescription {
20 margin-bottom: 8px;
21}