-
Notifications
You must be signed in to change notification settings - Fork 0
/
signin.css
148 lines (142 loc) · 2.23 KB
/
signin.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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
*{
margin: 0px;
padding: 0px;
font-family: sans-serif;
}
#logoDiv{
position: absolute;
margin: -112px 94px;
width: 20%;
}
#logoDiv img{
max-width: 207px;
}
#mainDiv{
/* border: 1px solid red; */
height: auto;
}
#formDiv{
width: 27%;
margin-left: 62%;
margin-top: 10%;
margin-right: 40px;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
padding: 30px 40px;
}
#formDiv input{
outline: none;
font-size: 16px;
}
#formDiv input:hover{
border:1px solid yellow;
}
#formDiv>input{
display: block;
width: 95%;
padding: 8px;
margin-bottom: 20px;
}
#formDiv ul{
display: flex;
list-style: none;
gap: 50px;
font-size: 22px;
margin-bottom: 30px;
}
#formDiv a{
font-size: 19px;
font-weight: 600;
color: #8b8b8b;
text-decoration: none;
}
#formDiv a:hover{
color: black;
}
#checkDiv{
display: flex;
}
#checkDiv>a{
width: 50%;
margin-left: 60px;
font-size: 16px;
font-weight: 100;
margin-top: 20px;
color: rgb(88, 86, 86);
font-size: 14px;
}
#checkDiv>p{
margin-left: 10px;
margin-top: 20px;
width: 44%;
font-size: 14px;
}
#checkDiv>input{
margin-top: 21px;
}
#checkDiv>img{
height: 17px;
margin-left: -6px;
margin-top: 20px;
}
#formDiv>#submit{
margin-top: 20px;
width: 100%;
margin-left: 5px;
font-weight: 550;
padding: 13px;
font-size: 18px;
background-color: yellow;
border: none;
cursor: pointer;
}
#google img{
width: 45px;
border: 1px solid rgb(167, 166, 166);
border-radius: 100%;
}
#google {
margin: 5% 32%;
width: 40%;
text-align: center;
line-height: 40px;
}
#futoor{
margin-top: 10%;
/* border: 1px solid green; */
display: flex;
justify-content: center;
gap: 10px;
}
#futoor img{
width: 75%;
}
#copyRight{
font-size: 13px;
color: gray;
line-height: 30px;
text-align: center;
}
#emailError{
margin-top: -20px;
margin-bottom: -20px;
font-size: 13px;
/* font-weight: 600; */
color: orangered;
}
#passError{
margin-top: -20px;
margin-bottom: -2px;
font-size: 13px;
/* font-weight: 600; */
color: orangered;
}
#checkPassword_In{
margin-top: 38px;
}
#checkDiv i{
font-size: 15px;
margin-top: 21px;
margin-left: -7px;
color: gary;
color: grey;
}