CoastalCommitsPastes/client/components/auth/auth.module.css

22 lines
316 B
CSS
Raw Normal View History

2022-03-06 19:46:59 -05:00
.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;
}