-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignUpPage.css
57 lines (45 loc) · 1021 Bytes
/
signUpPage.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
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.css');
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700);
html,
body {
height: 100%;
}
body {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.form-signin {
width: 100%;
max-width: 400px;
padding: 15px;
margin: auto;
}
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.logo{
font-family: "museo-slab";
font-size:30px;
text-align: center;
color: #003366;
}
.container1 {
background:rgba(58,63,68,0.5);
border-radius: 5px;
box-shadow: 0 1.5px 0 0 rgba(0,0,0,0.1);
width:100%;
height: auto;
padding: 10px;
margin: auto;
}