-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathverify_account.css
114 lines (113 loc) · 1.99 KB
/
verify_account.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
#row1
{
margin-top: 100px;
/*
border: 1px solid brown;
border-top: 50px solid brown;
*/
border-radius: 10px;
}
#col1
{
/* height: 50px;*/
/* border: 1px solid brown;*/
}
#input1
{
height: 50px;
box-shadow: 0px 0px 0px;
border: 1px solid brown;
margin: 12px 0px;
}
#moodle_layout
{
/* border: 1px solid brown;*/
/* border-top: 20px solid brown ; */
/* height: 100px;*/
}
#moodle_inner_layout
{
border: 1px solid brown;
border-top: 40px solid #ce8a8a;
border-radius: 5px;
margin:0px 0px;
padding: 0px 20px;
/* height: 400px;*/
}
#verify_button
{
border: 1px solid brown;
height: 50px;
background-color: brown;
color: white;
letter-spacing: 2px;
font-weight: 700;
margin-top: 000px;
border-radius: 0px 0px 10px 10px;
}
#moodle_header
{
/* text-align: center;*/
font-size: 15px;
letter-spacing: 2px;
color: brown;
}
#input1:hover , #input2:hover
{
border: 1px solid brown;
border-radius: 5px;
background-color:white;
height: 50px;
box-shadow: 0px 0px 0px;
transition: .5s;
}
#moodle_login
{
color: white;
font-weight: 700;
letter-spacing: 1px;
border: 1px solid white;
background-color: #d9b2b2;
}
#moodle_login:hover
{
color: brown;
font-weight: 700;
letter-spacing: 1px;
border: 1px solid brown;
background-color: white;
}
input[type=text]
{
color: brown;
}
.create_para , .forgot_para
{
margin-top: 10px;
color: brown;
}
.new_account , .username_para
{
/* font-style: italic;*/
font-weight: 600;
text-decoration: none;
color: firebrick;
}
.link:hover
{
text-decoration: none;
}
.warning_otp
{
padding-left: 10px;
color: brown;
/* margin-top: 10px;*/
letter-spacing: 2px;
}
#otp_button
{
margin-left: 30px;
border: 1px solid brown;
color: brown;
letter-spacing: 2px;
}