aboutsummaryrefslogtreecommitdiff
path: root/src/app/components/login/login.component.css
blob: 103f5c029bff44eb4761aff676e8c7878c2577ce (plain) (blame)
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
form {
  width: 100%;
}

#content hr {
	width: 100%;
	border: 1px solid black;
	box-sizing: border-box;
}

.submit-btn {
  transition: 0.2s;
}

.input-selection:nth-of-type(1) {
  margin-top: 1.2em;
}

.submit-btn {
  margin-bottom: .2em;
}

.redirect-to-register {
  color: var(--focus-color);
  background-color: var(--bg-color);
  border-color: var(--focus-color);
}

.redirect-to-register:hover {
  border-color: black !important;
  color: black;
}