-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
44 lines (38 loc) · 833 Bytes
/
style.css
File metadata and controls
44 lines (38 loc) · 833 Bytes
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
body.signin-body {
background-color: rgb(225, 225, 225);
}
.container.signin-container {
margin-top: 8%;
}
.card.signin-card {
padding: 40px 0px 20px;
background-color: #f4f4f4;
margin-bottom: 1rem;
box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 5px 5px 3px 1px rgba(0, 0, 0, 0.5);
}
img.signin-img {
margin: auto;
display: block;
border: 3px solid black;
border-radius: 50%;
padding: 2px;
width: 30%;
}
form.signin-form {
max-width: 350px;
margin: auto;
}
button.signin-btn {
color: #fff;
background-color: #212529;
width: 100%;
margin-bottom: 0.5rem;
}
a.create-new-account {
font-size: 1.1rem;
display: block;
text-align: center;
text-decoration: none;
}