umami/components/forms/LoginForm.module.css
2020-11-09 21:01:53 -08:00

24 lines
252 B
CSS

.login {
display: flex;
flex-direction: column;
margin-top: 80px;
}
.login form {
margin: 0 auto;
}
.icon {
display: flex;
justify-content: center;
margin: 0 auto;
}
.header {
margin-bottom: 30px;
}
.header h1 {
margin: 12px 0;
}