summaryrefslogtreecommitdiff
path: root/www/static/login.css
blob: 6bd8a5e30c91eab114ee09badfacd32294f0222d (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
/*********************************************************
				Login-Form
**********************************************************/
div.login-area{
	height: 200px;
	width: 400px;
	position: relative;
	top: 50%;
	/*transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);*/
	margin-top: -100px;
	
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
	border: 1px solid #1F3D4C;
	padding: 10px;
}

h1.login-area{
	font-weight: 200;
}

form.login-form{
	
}

input.login-input[type=text], input.login-input[type=password]{
	border: none;
	box-shadow: inset 0px 0px 1px 1px #1F3D4C;
	border-radius: 0;
	height: 40px;
	font-size: 25px;
	margin-top: 15px;
	width: 395px;
	display:block;
	padding-left: 5px;
}

input.login-input:focus{
	background: #D6E0E5
}
#button-input{
	height: 40px;
	width: 120px;
	display:inline;
	border: none;
	box-shadow: inset 0px 0px 1px 1px #1F3D4C;
	border-radius: 0;
	font-size: 25px;
	margin-top: 15px;
}
#recover-password-link{

}