blob: 05a6db875fc45dc838570da85730418a06810e5d [file] [log] [blame]
giolekva47031752021-11-12 14:34:33 +04001.main {
2 width: 400px;
3 height: 400px;
4 margin: 7em auto;
5}
6
7form {
8 padding-top: 40px;
9}
10
11input {
12 width: 76%;
13 font-weight: 700;
14 font-size: 14px;
15 letter-spacing: 1px;
16 background: rgba(136, 126, 126, 0.04);
17 padding: 10px 20px;
18 border: none;
19 outline: none;
20 box-sizing: border-box;
21 border: 2px solid rgba(0, 0, 0, 0.02);
22 margin-bottom: 50px;
23 margin-left: 46px;
24 text-align: left;
25 margin-bottom: 27px;
26}
27
28input[type="checkbox"] {
29 width: 20%;
30}
31
32input[type="submit"] {
33 background: rgba(136, 126, 126, 0.5);
34 text-align: center;
35}
36
37input:focus {
38 border: 2px solid rgba(0, 0, 0, 0.18) !important;
39}
40
41a {
42 width: 76%;
43 font-weight: 700;
44 font-size: 14px;
45 letter-spacing: 1px;
46 padding: 10px 20px;
47 border: none;
48 outline: none;
49 box-sizing: border-box;
50 margin-bottom: 50px;
51 margin-left: 46px;
52 text-align: left;
53 margin-bottom: 27px;
54}