-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
100 lines (93 loc) · 1.74 KB
/
style.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
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
background: url(BG.JPG) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body {
margin: 0;
}
.wht-bar {
background-color: rgba(255, 255, 255, 0.829);
margin: 0 auto;
display: block;
width: 660px;
height: 515px;
box-shadow: 1px 1px 8px #888888;
text-align: center;
border-radius: 3px;
}
.wrapper {
width: 100%;
margin-top: 180px;
}
.logo {
margin: 0 auto;
position: absolute;
box-shadow: 2px 4px 10px #616161;
border-radius: 100px;
}
.logo-myuic {
margin: 0 auto;
padding-top: 120px;
}
.logo-wrapper {
margin: 0 auto;
width: 100%;
padding-top: 23px;
padding-left: 200px;
}
.usname {
border: none;
border-bottom: 1px solid rgb(59, 59, 59);
background-color: transparent;
width: 280px;
text-align: center;
padding-bottom: 15px;
font-family: "Helvetica Neue";
font-size: 15px;
color: #616161;
}
@media only screen and (min-width: 650px) {
}
@media only screen and (min-width: 768px) {
.wrapper {
width: 680px;
margin: 0 auto;
margin-top: 110px;
}
.logo-wrapper {
width: 680px;
margin: 0 auto;
margin-top: 10px;
padding-left: 450px;
}
}
.password {
border: none;
border-bottom: 1px solid rgb(59, 59, 59);
background-color: transparent;
width: 280px;
text-align: center;
padding-bottom: 15px;
font-family: "Helvetica Neue";
font-size: 15px;
color: #616161;
}
form {
padding-top: 48px;
}
button {
background-color: #d6647b;
color: white;
width: 115px;
height: 50px;
border: none;
margin-top: 35px;
box-shadow: 2px 4px 8px #616161;
font-size: 15px;
}