-
Notifications
You must be signed in to change notification settings - Fork 0
/
registration.css
executable file
·100 lines (98 loc) · 2.32 KB
/
registration.css
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
.box{
padding:2em 1em;
margin:5em 4em 5em 2em;
}
body{
margin:0;
padding:0;
background:#FFFFFF;
background-size:cover;
background-position: center;
}
.error {
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
box-sizing: inherit;
border-radius: 0.28571429rem;
padding: 1em 1.5em;
line-height: 1.4285em;
background: #F8F8F9;
position: relative;
min-height: 1em;
margin: 1em 0em;
background-color: #FFF6F6;
color: #9F3A38;
font-size:1em
}
.field{
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
line-height: 1.4285em;
color: rgba(0, 0, 0, 0.87);
font-size: 1rem;
margin: 0em 0.85714286em 0em 0em;
}
input{
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
margin: 0em;
outline: none;
line-height: 1.21428571em;
padding: 0.67857143em 1em;
font-size: 1em;
background: #FFFFFF;
border: 1px solid rgba(34, 36, 38, 0.15);
color: rgba(0, 0, 0, 0.87);
border-radius: 0.28571429rem;
box-shadow: 0em 0em 0em 0em transparent inset;
}
button:hover {
background-color: #CACBCD;
background-image: none;
box-shadow: 0px 0px 0px 1px transparent inset, 0px 0em 0px 0px rgba(34, 36, 38, 0.15) inset;
color: rgba(0, 0, 0, 0.8);
}
button {
cursor: pointer;
display: inline-block;
min-height: 1em;
outline: none;
border: none;
vertical-align: baseline;
background: #E0E1E2 none;
background-color: rgb(224, 225, 226);
background-image: none;
color: rgba(0, 0, 0, 0.6);
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
margin: 0em 0.25em 0em 0em;
padding: 0.78571429em 1.5em 0.78571429em;
text-transform: none;
text-shadow: none;
font-weight: bold;
line-height: 1em;
font-style: normal;
text-align: center;
text-decoration: none;
border-radius: 0.28571429rem;
}
.checkbox{
position: relative;
display: inline-block;
backface-visibility: hidden;
outline: none;
vertical-align: baseline;
font-style: normal;
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
color: rgba(0, 0, 0, 0.87);
font-size: 1rem;
line-height: 17px;
min-width: 17px;
min-height: 15px;
}
#error_mobile,#error_pass,#error_email,#error_username,#error_blank{
visibility:hidden;
color:#ff6666;
}
.error1{
color:red;
}
#availability{
color:red;
}