summaryrefslogtreecommitdiff
path: root/res/client/css/partials/login.scss
blob: 7fbd5ce56932f32a382d28070b48bd4e7f813183 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
* {
    box-sizing: border-box;

    &:before,
    &:after {
      box-sizing: border-box;
    }

  }

.login-background {
  background: url(../img/login-background.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.welcome-box {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 600px;
  height: 800px;
  background: white;
}

.login-rhizi-logo {
  margin-left: auto;
  display: block;
  margin-right: auto;
  padding-top: 25px;
}

.login-header {
  margin-top: 35px;
  margin-bottom: 35px;
  text-align: center;
  color: $magenta;
}

.login-text {
  margin-left:35px;
  margin-right:35px;
  text-align: center;
}

.login-form {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: 150px;
  margin-right: 150px;
  text-align: center;
}

.forgot-password {
  color: $mid-grey;
  text-decoration: none;
  &:hover {
    color: $dark-grey;
  }
}