aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/pages/login/index.css
blob: d78b35872d18dba80e7297833359b28042833d4e (plain)
1
2
3
4
5
6
7
8
9
10
.login-page {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-page-welcome {
  text-align: center;
  font-size: 2em;
}