1
|
* html body * { overflow :visible; }
|
2
|
* html div{ height :1em; }
|
3
|
html { overflow: -moz-scrollbars-vertical; }
|
4
|
html {
|
5
|
color: #404040;
|
6
|
font-family: Verdana,"Trebuchet MS",Arial,Helvetica,sans-serif;
|
7
|
font-size: 100.1%;
|
8
|
font-weight: normal;
|
9
|
overflow-x: auto;
|
10
|
overflow-y: scroll;
|
11
|
}
|
12
|
|
13
|
body { background-color :#464849; background-repeat :repeat-x; }
|
14
|
body{ margin :0 auto; padding :0px; background :#a8bccb; text-align :left; font-size :0.8em; }
|
15
|
.parallax {
|
16
|
/* The image used */
|
17
|
background-image: url("../title_images/EN_templateSystem.jpg");
|
18
|
/* Set a specific height */
|
19
|
height: 500px;
|
20
|
/* Create the parallax scrolling effect */
|
21
|
background-attachment: fixed;
|
22
|
background-position: center;
|
23
|
background-repeat: no-repeat;
|
24
|
background-size: cover;
|
25
|
}
|
26
|
.w3-bold { font-weight: bold; }
|
27
|
.w3-wrap { width: 50%; padding-top: 4.525em; min-width: 20.225em;}
|
28
|
|
29
|
form {
|
30
|
border: 0px solid #f1f1f1;
|
31
|
}
|
32
|
|
33
|
input[type=text], input[type=password] {
|
34
|
width: 100%;
|
35
|
padding: 8px 10px;
|
36
|
margin: 8px 0;
|
37
|
display: inline-block;
|
38
|
border-bottom: 1px solid #ccc;
|
39
|
box-sizing: border-box;
|
40
|
}
|
41
|
|
42
|
button {
|
43
|
background-color: #4CAF50;
|
44
|
color: white;
|
45
|
padding: 14px 20px;
|
46
|
margin: 8px 0;
|
47
|
border: none;
|
48
|
cursor: pointer;
|
49
|
width: 100%;
|
50
|
}
|
51
|
|
52
|
.cancelbtn {
|
53
|
width: auto;
|
54
|
padding: 10px 18px;
|
55
|
background-color: #f44336;
|
56
|
}
|
57
|
|
58
|
.imgcontainer {
|
59
|
text-align: center;
|
60
|
margin: 1.25em 0 12px 0;
|
61
|
}
|
62
|
|
63
|
img.avatar {
|
64
|
width: 40%;
|
65
|
border-radius: 50%;
|
66
|
}
|
67
|
|
68
|
.container {
|
69
|
padding: 1.025em;
|
70
|
}
|
71
|
|
72
|
span.psw {
|
73
|
float: right;
|
74
|
padding-top: 1.025em;
|
75
|
}
|
76
|
|
77
|
/* Change styles for span and cancel button on extra small screens */
|
78
|
@media screen and (max-width: 300px) {
|
79
|
span.psw {
|
80
|
display: block;
|
81
|
float: none;
|
82
|
}
|
83
|
.w3-wrap { width: 100%; padding: 0em}
|
84
|
|
85
|
.cancelbtn {
|
86
|
width: 100%;
|
87
|
}
|
88
|
}
|