Subversion Repositories ALCASAR

Rev

Go to most recent revision | Details | Last modification | View Log

Rev Author Line No. Line
2766 rexy 1
html {
2
	background: url(/images/background.jpg) no-repeat center center fixed;
3
	-webkit-background-size: cover;
4
	-moz-background-size: cover;
5
	-o-background-size: cover;
6
	background-size: cover;
7
	min-width: 450px;
8
}
9
 
10
BODY {
11
	font-color:#FFFFFF;
12
	color:#FFFFFF;
13
}
14
.error-margin {
15
	margin-left:0px;
16
	margin-right:0px;
17
}
18
 
19
.banner {
20
	z-index: 10;
21
	position: relative;
22
	margin-top: 5vh;
23
	background-image: linear-gradient(black,#222222);
24
/* ombrage CSS3 */
25
	-moz-box-shadow: 1px 1px 6px #666;
26
	-webkit-box-shadow: 1px 1px 6px #666;
27
	box-shadow: 1px 1px 6px #666;
28
	border-radius:  10px;	
29
 
30
}
31
.background-form {
32
	background-color: white;
33
	border-radius:10px;
34
	box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.7);
35
	color: black;
36
	padding-top: 20px;
37
	top: -20px;
38
	z-index: 5;
39
}	
40
 
41
.organisme {
42
	font-size: calc(25px + 3vw);
43
	text-align: center;
44
	margin-top: 15px;
45
	margin-bottom: 15px;
46
	font-weight: bold;
47
}
48
.titre-controle-acces {
49
	font-size: calc(18px + 2vw);
50
	text-align: center;
51
}
52
.titre-erreur {
53
	font-size: calc(11px + 0.8vw);
54
	text-align: center;
55
	margin: 0px;
56
	color: red;
57
}
58
.login-failed-reply {
59
	font-size: calc(10px + 0.6vw);
60
	margin-bottom: calc(10px + 0.1vw);
61
}
62
 
63
.inputs {
64
	display: flex;
65
	align-items: center;
66
}
67
 
68
#authorized_domain {
69
	font-size: calc(10px + 0.5vw);
70
	margin-top: 5px;
71
}
72
 
73
#boite-info {
74
	width: 100%;
75
}
76
 
77
.boite-info-titre {
78
	font-size: calc(20px + 0.3vw);
79
}
80
.boite-info-text {
81
	font-size: calc(13px + 0.25vw);
82
}
83
.boite-info-spacing {
84
	margin-top: 10px;
85
	margin-bottom: 10px;
86
	display: flex;
87
	align-items: center;
88
}
89
 
90
.row_button {
91
	margin-bottom: 5px;
92
}
93
 
94
.autoregistration_sms {
95
	text-align: center;
96
	font-size: calc(10px + 0.3vw);
97
	margin-bottom: 20px;
98
}
99
 
100
.button {
101
	font-size: calc(15px + 0.5vw);
102
}
103
 
104
 
105
.vertical-align {
106
	display: flex;
107
	align-items: center;
108
} 
109
 
110
.img-xs-bottom {
111
	margin-left: auto;
112
	margin-right: auto;
113
	height: 150px;
114
}
115