-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsigncss.css
More file actions
83 lines (78 loc) · 1.92 KB
/
Copy pathsigncss.css
File metadata and controls
83 lines (78 loc) · 1.92 KB
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
79
80
81
82
83
.signup-form {
height: 100%;
width: 50%;
margin-top: 0%;
bottom: 10px;
background-color: lightgrey;
padding: 10px;
box-shadow: -15px 0px 20px 0 grey;
font-family: calibri;
float: left;
}
.sign-text{
font-family: calibri;
font-weight: bold;
font-size: 40px;
color: #38540d;
text-shadow: 2px 2px 5px red;
align-self: center
}
.sign-font{
font-family: Calibri;
color: #38540d;
size: 5px;
}
.signup-form input[type="text"]{
float: right;
width: 100%;
height: 30px;
background-color:#ffffff;
border:1px solid thistle;
}
.signup-form input[type="password"]{
width: 100%;
height: 30px;
float: right;
border:1px solid thistle;
}
.signup-form input[type="text"]:hover, .signup-form input[type="password"]:hover{
background-color: #ffffff;
border:1px solid blue;
}
.signup-form input[type="radio"]{
border:1px solid pink;
}
.sign-table{
margin: 0;
padding:0;
background-color: #f8f8f8;
}
.input-group{
margin-bottom: 30px;
}
input[type="text"]:focus, input[type="password"]:focus{
border: 1px solid coral;
}
.last-name:focused{
border: 1px solid coral;
}
.content{
width:70%;
float: right;
height: 70%;
margin:"auto";
margin-top:40px;
padding-bottom: auto;
-webkit-animation: animatezoom 2s;
animation: animatezoom 2s;
}
.btn{
cursor: pointer;
width: 80%;
height: 30px;
border:0px;
border-radius:10px;
background-color: royalblue;
}
.terms{
text-align: center;