2022-03-09 16:00:36 +01:00
|
|
|
.container {
|
|
|
|
width: 100vw;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
padding: 5rem 2rem 0;
|
|
|
|
align-items: center;
|
|
|
|
flex: 1 1 auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.formSection {
|
|
|
|
padding: 2rem;
|
2022-03-09 16:19:18 +01:00
|
|
|
background: var(--bg-color);
|
2022-03-09 16:00:36 +01:00
|
|
|
width: 400px;
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.formSection h1 {
|
|
|
|
text-align: center;
|
|
|
|
color: black;
|
|
|
|
}
|