summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/auth/auth.css
blob: 2bf505384d55b5f1e3dfe0d2a98027a07f0f245d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.auth {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: linear-gradient(#190051, #020800);
  display: flex;
  justify-content: center;
  align-items: center;
}
.login {
  background: #282828;
  padding: 1rem;
  box-shadow: 0 5px 10px #000;
}
.login h6 {
  width: 100%;
  text-align: center;
  font-family: 'Georgia', serif;
  font-size: 1.5rem;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 1rem 0;
  transform: skew(11deg);
  color: #fff;
}