-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathotpverify.css
108 lines (106 loc) · 1.82 KB
/
otpverify.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
body{
background-color: #0F0617;
}
#container{
width: 360px;
height: 625px;
/* border: 1px solid red; */
margin: auto;
color: white;
text-align: center;
}
.timer{
color: white;
padding-right: 30%;
}
h2{
margin-top: 30%;
}
p{
padding: 0 10% 0 10%;
margin-bottom: 15%;
}
.signin{
margin-top: 10%;
width: 90%;
height: 8%;
margin: auto;
border: 1px solid white;
border-radius: 5px;
/* background-color: white; */
margin-bottom: 14%;
cursor: pointer;
}
a{
color: #a785ff;
/* text-align: center; */
font-weight: bolder;
text-decoration: none;
}
/* .or{
width: 9%;
height: 5%;
border: 1px solid #450948;
margin-top: 50px;
background-color: #450948;
border-radius: 50%;
margin: auto;
margin-bottom: 9%;
} */
/* .or>p{
text-align: center;
}
.or> div {
margin: 5px 0px 0px 0px;
} */
input{
width: 90%;
height: 6%;
background-color: #0F0617;
border: 0;
/* border-bottom: red; */
border-style: none;
color: white;
margin-bottom: 5%;
}
.line{
width: 90%;
height: auto;
border: 1px solid #3f3845;
margin: auto;
margin-top: -17px;
/* margin-bottom: 10px; */
}
.terms{
margin-left: -5%;
text-align: right;
font-size: 14px;
margin-top: 30px;
margin-bottom: 6%;
}
span{
color: #5863ff;
cursor: pointer;
}
.otp{
margin-bottom: 10%;
width: 90%;
height: 8%;
margin: auto;
border: 1px solid gray;
border-radius: 5px;
cursor: pointer;
}
.sendotp{
color: gray;
/* text-align: center; */
display: inline-block;
text-decoration: none;
}
.login{
color: #a785ff;
cursor: pointer;
}
.num{
color: white;
}