-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle-teste.css
82 lines (73 loc) · 2.2 KB
/
style-teste.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
79
80
81
82
.form-1-box { padding-top: 30px; text-align: left; background-color: #95c8f7;}
.form-1-box legend {
font-size: inherit;
line-height: 30px;
font-weight: 600;
text-transform: uppercase;
color: #555;
}
.form-1-box .form-check-label {
line-height: 1.5;
vertical-align: top;
}
.form-1-box input[type="text"],
.form-1-box input[type="email"],
.form-1-box input[type="password"] {
background: none;
border: 1px solid #ddd;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
font-weight: 400;
color: #888;
box-shadow: none;
}
.form-1-box input[type="text"]:focus,
.form-1-box input[type="email"]:focus,
.form-1-box input[type="password"]:focus {
outline: 0;
background: none;
border: 1px solid #1b62e7;
box-shadow: none;
}
.form-1-box input[type="text"]::-moz-placeholder,
.form-1-box input[type="email"]::-moz-placeholder,
.form-1-box input[type="password"]::-moz-placeholder {
color: #bbb;
font-style: italic;
}
.form-1-box input[type="text"]:-ms-input-placeholder,
.form-1-box input[type="email"]:-ms-input-placeholder,
.form-1-box input[type="password"]:-ms-input-placeholder {
color: #bbb;
font-style: italic;
}
.form-1-box input[type="text"]::-webkit-input-placeholder,
.form-1-box input[type="email"]::-webkit-input-placeholder,
.form-1-box input[type="password"]::-webkit-input-placeholder {
color: #bbb;
font-style: italic;
}
.form-1-box button.btn-customized {
margin-top: 1rem;
padding: .75rem 1.5rem;
background: #1b62e7;
border: 0;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
font-weight: 400;
color: #fff;
box-shadow: none;
}
.form-1-box button.btn-customized:hover,
.form-1-box button.btn-customized:active,
.form-1-box button.btn-customized:focus,
.form-1-box button.btn-customized:active:focus,
.form-1-box button.btn-customized.active:focus,
.form-1-box button.btn.btn-primary:not(:disabled):not(.disabled):active,
.form-1-box button.btn.btn-primary:not(:disabled):not(.disabled):active:focus {
outline: 0;
background: #1b62e7;
border: 0;
color: #fff;
box-shadow: none;
}