-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.css
124 lines (116 loc) · 2.42 KB
/
data.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
body
{
background: url(Images/back.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#question
{
min-width: 90%;
font-size: 30px;
}
input
{
font-size: 25px;
margin-bottom: 0px;
}
label
{
font-size: 30px;
color: rgb(255, 255, 255);
}
div
{
font-size: 50px;
text-align: center;
color: blue;
width: 100%;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
#submit
{
color: aliceblue;
background-color: black;
border-radius: 10%;
font-size: 29px;
font-family: monospace;
}
.alert{
text-align: center;
padding:10px;
background:#79c879;
color:#fff;
margin-bottom:10px;
display:none;
transition: 1s ease-in-out;
}
/*sdaaaaadddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd*/
input, button {
font-family: 'Nunito', sans-serif;
}
.main-div, .loggedin-div {
width: 90%;
margin: 0px auto;
margin-top: 0px;
padding: 20px;
display: none;
background: transparent;
}
#login_div{
background-image: url('Images/backlogin.jfif');
background-repeat: no-repeat;
background-size: cover;
height: auto; width: fit-content; border: 1px solid black;
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.main-div input {
display: block;
border: 1px solid #ccc;
border-radius: 5px;
background: #fff;
padding: 15px;
outline: none;
width: 100%;
margin-bottom: 20px;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
font-size: 20px;
}
.main-div input:focus {
border: 1px solid #777;
}
.main-div button, .loggedin-div button {
background: #5d8ffc;
color: #fff;
border: 1px solid #5d8ffc;
border-radius: 5px;
padding: 15px;
display: block;
width: 100%;
transition: 0.3s linear;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
}
.main-div button:hover, .loggedin-div button:hover {
background: #fff;
color: #5d8ffc;
border: 1px solid #5d8ffc;
cursor: pointer;
}
#email_field
{
width: 80%;
}
#password_field
{
width: 80%;
}
/*sdaaaaadddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddddd*/