-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
130 lines (114 loc) · 2.7 KB
/
styles.css
File metadata and controls
130 lines (114 loc) · 2.7 KB
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
body{
/* background:#a8d8ff; */
background-image: url("coding.jpg");
background-repeat: no-repeat;
background-size: 1300px 679px;
}
.icon{
max-width: 100%;
height: auto;
padding-bottom: 0px;
}
h1{
text-align: center;
font-family: 'Times New Roman', Times, serif;
}
.para{
text-align: center;
font-family: 'Times New Roman', Times, serif;
}
.login_form{
background: #bdc6ce;
padding: 30px;
box-shadow: 0px 1px 36px 5px rgba(78, 79, 129, 0.767);
border-radius: 5px;
}
.form_btn{
background: #000000;
box-shadow: 0 1px 2px 0 rgba(0,0,0,.2);
border: none;
color: rgb(255, 255, 255);
width: 100% ;
margin-top: 6px;
}
.user{
font-weight: bold;
font-family: 'Times New Roman', Times, serif;
}
.label_txt{
color: black;
font-weight: bold;
font-size: 17px;
margin: 13px 0 8px 4px;
}
.form-control{
border-radius: 25px
}
.signup_form{
background: #bdc6ce;
padding-left: 25px;
padding-right: 25px;
padding-bottom:5px;
box-shadow: 0px 1px 36px 5px rgb(46, 48, 173);
border-radius: 5px;
}
.logo{
height: 50px;
width: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
.errmsg{
margin: 2px auto;
border-radius: 5px;
border: 1px solid red;
background: pink;
text-align: left;
color: brown;
padding: 1px;
}
.successmsg{
margin: 5px auto;
border-radius: 5px;
border: 1px solid green;
background: #33CC00;
text-align: left;
color: white;
padding: 10px;
}
.form-table
{
width: 68%;
margin: 2px 0px 2px 106px;
}
label{
font-weight: bolder;
font-size: 20px;
color: rgb(255, 255, 255);
margin: 87px -196px -75px 261px;
}
#form_submission_ajax{
padding-top: 10px;
padding-bottom: 10px;
}
.error{
color: #ff0000;
}
input {
border: 2px solid #003783;
padding: 13px;
width: 60%;
}
input[type="submit"] {
padding: 4px 64px;
background-color: #367ef7;
border: 2px solid #005496;
color: #fff;
border-radius: 5px;
}
h1 {
color: #002442;
font-size: 50px;
text-shadow: -1px 1px 0 rgb(0 114 215), 1px 1px 0 rgb(72 81 130), 1px -1px 0 rgb(227 255 181), -1px -1px 0 rgb(0 0 0);
}