CoastalCommitsPastes/client/components/auth/auth.module.css
2022-03-06 16:46:59 -08:00

23 lines
344 B
CSS

/* A centered auth page */
.container {
padding: 2rem 2rem;
border-radius: var(--border-radius);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.form {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 100%;
}
.formGroup {
margin-bottom: 1rem;
}
.formHeader {
margin-bottom: 1rem;
}