-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaction.css
78 lines (66 loc) · 1.29 KB
/
action.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
body{
background-image: linear-
gradient(rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(reg1.jpeg);
background-position: center;
background-size: cover;
/* background-color: rgb(177, 195, 207); */
}
*{
box-sizing: border-box
}
/* Add padding to containers */
.container {
margin: auto;
width: 50%;
padding: 16px;
background-color: rgb(190, 204, 223);
box-shadow: 20px 20px 20px 0px;
border-radius: 10px;
/* position: relative; */
}
h1{
text-align: center;
color: rgb(26, 26, 212);
}
/* Full-width input fields */
input[type=text] {
width: 100%;
padding: 15px;
margin: 5px 0 22px 0;
display: inline-block;
border: none;
background: #f1f1f1;
}
input[type=text]:focus {
background-color: rgb(183, 201, 206);
outline: none;
}
/* Overwrite default styles of hr */
hr {
border: 1px solid #f1f1f1;
margin-bottom: 25px;
}
/* Set a style for the buttons */
.buttons {
background: linear-gradient(to right, #466a8d, #3189ee);
color: rgb(17, 16, 27);
padding: 16px 20px;
margin: 8px auto;
border: none;
cursor: pointer;
width: 200px;
opacity: 0.9;
}
.buttons:hover {
opacity:1;
}
/* Add a blue text color to links */
a {
color: dodgerblue;
}
#form2{
left: 450px;
}
#form3{
left: 450px;
}