UNPKG

1.01 kBSCSSView Raw
1#clearance {
2
3 margin: auto;
4 margin-top: 30px;
5 width: 90%;
6 max-width: 800px;
7 border-radius: 5px;
8 text-align: center;
9 font-family: 'TeachableSans-SemiBold';
10
11 #content {
12 font-size: 14px;
13
14 #flash-message {
15 color: red;
16 margin-bottom: 10px;
17 }
18
19 .text-field, .password-field {
20 display: block;
21 width: 80%;
22 margin: auto;
23 text-align: left;
24
25 input {
26 width: 100%;
27 margin-top: 10px;
28 border: 1px solid #E4E9ED;
29 border-radius: 3px;
30 color: #5F5F5F;
31 font-family: 'TeachableSans-Regular';
32 letter-spacing: 1.08px;
33 padding: 13px;
34 margin-bottom: 30px;
35 }
36 }
37
38 .submit-field {
39 input {
40 display: inline-block;
41 font-family: 'TeachableSans-Medium';
42 font-size: 12px;
43 padding: 15px 40px;
44 border-radius: 100px;
45 border: none;
46 color: white;
47 background-color: black;
48 letter-spacing: 1.08px;
49 }
50 }
51 }
52}