Sendy CSS
input {
padding: .625em;
border: 0;
font-size: 16px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 0;
}
input[type=text] {
background: #EEE;
background: rgba(255, 255, 255, .85);
width: 80%;
padding: 12px;
margin-bottom: .75em;
}
input[type=text]:active, input[type=text]:focus, input[type=text]:hover {
background-color: #FFF;
}
input[type=submit] {
background: #111;
color: #CCC;
display: block;
margin: 0 auto 1.25em;
width: 100px;
padding: 12px;
}
input[type=submit]:hover {
color: #FFF;
}
label.hide {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
height: 1px; width: 1px;
margin: -1px; padding: 0; border: 0;
}
.select {
position: relative;
display: inline-block;
color: #555;
width: 80%;
margin-bottom: .75em;
}
.select select {
display: inline-block;
margin: 0;
padding: 10px;
line-height: 1.5;
color: #333;
background: #eee;
background: rgba(255, 255, 255, .85);
border: 0;
border-radius: 0;
cursor: pointer;
outline: 0;
width: 100%;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-size: 16px;
}
.select select:-moz-focusring {
color: transparent;
text-shadow: 0 0 0 #000;
}
.select:after {
position: absolute;
top: 50%;
right: 1.25rem;
display: inline-block;
content: "";
width: 0;
height: 0;
margin-top: -.15rem;
pointer-events: none;
border-top: .35rem solid;
border-right: .35rem solid transparent;
border-bottom: .35rem solid transparent;
border-left: .35rem solid transparent;
}
.select select:focus, .select select:hover {
background-color: #FFF;
}
.select select:active {
color: #333;
background-color: #FFF;
}
.select select::-ms-expand {
display: none;
}
@-moz-document url-prefix() {
.select select {
text-indent: .01px;
text-overflow: '';
padding-right: 1rem;
}
}@media screen and (min-width:0 \0) {
.select select {
z-index: 1;
padding: .5rem 1.5rem .5rem 1rem;
}
.select:after {
z-index: 5;
}
.select:before {
position: absolute;
top: 0;
right: 1rem;
bottom: 0;
z-index: 2;
content: "";
display: block;
width: 1.5rem;
background-color: #eee;
}
.select select:active, .select select:focus, .select select:hover {
color: #333;
background-color: #eee;
}
}::-webkit-input-placeholder {
color: #333;
}
:-moz-placeholder {
color: #333;
}
::-moz-placeholder {
color: #333;
}
:-ms-input-placeholder {
color: #333;
}