-
Notifications
You must be signed in to change notification settings - Fork 0
/
registration_page.css
102 lines (102 loc) · 1.45 KB
/
registration_page.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
101
102
@charset "utf-8";
body {
background-color: #DAF0F6;
}
#wrapper {
width: auto;
height: auto;
margin-top: -10px;
margin-right: -5px;
}
#header {
background-color: #A1E2F4;
width: auto;
height: 80px;
}
#logo {
width: 150px;
height: 50px;
margin-top: 15px;
margin-left: 10px;
}
#SignInLink {
float: right;
font-size: 30px;
padding-top: 20px;
padding-right: 20px;
text-decoration: none;
}
#text {
text-align: center;
font-size: 30px;
}
#RegistrationForm {
width: 400px;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
height: auto;
}
#RegistrationTable {
width: 360px;
height: auto;
margin-left: auto;
margin-right: auto;
}
#UId {
width: 340px;
height: 40px;
padding-left: 5px;
margin-bottom: 10px;
font-size: 25px;
}
#dob {
width: 70px;
padding-left: 5px;
font-size: 23px;
height: 40px;
}
#date {
height: 45px;
width: 90px;
font-size: 23px;
position: relative;
padding-left: 5px;
}
#month {
width: 105px;
height: 45px;
font-size: 23px;
margin-left: 10px;
padding-left: 5px;
}
#year {
width: 124px;
height: 45px;
margin-left: 10px;
padding-left: 5px;
font-size: 23px;
margin-bottom: 10px;
}
#UId1 {
width: 340px;
height: 40px;
padding-left: 5px;
margin-bottom: 10px;
font-size: 25px;
text-align: center;
}
#UId2 {
width: 350px;
height: 40px;
padding-left: 5px;
margin-bottom: 10px;
font-size: 25px;
text-align: center;
margin-top: 15px;
background-color: #4589F7;
}
#error {
font-size: 25px;
text-align: center;
}