* {
box-sizing: border-box;
}
.search {
width: 95%;
max-width: 980px;
min-height: 449px;
background-image: url(http://s018.radikal.ru/i524/1701/57/04977bc315b6.jpg);
background-repeat: no-repeat;
background-size: cover;
margin: 0 auto;
position: relative;
}
.search_wrapper {
padding-top: 58px;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.7);
background-image: url(http://s002.radikal.ru/i198/1701/f6/b574a41380c1.png);
background-repeat: no-repeat;
position: absolute;
}
.search_title {
text-align: center;
margin-top: 0px;
margin-bottom: 32px;
text-shadow: 0 1px 1px rgba(0, 0, 1, 0.15);
font-size: 30px;
color: #ffffff;
}
.search_form {
max-width: 472px;
margin: 0 auto;
}
.search_cover {
margin-bottom: 21px;
margin-right: 24px;
}
.search_box {
width: 222px;
height: 52px;
padding: 14px 0px;
color: #fff;
}
.search_entry {
width: 472px;
height: 57px;
padding: 20px 0px;
}
.search_button {
width: 140px;
height: 60px;
margin: 0 auto;
border-radius: 30px;
padding: 19px 32px;
box-shadow: 0 2px 0 #c1412e;
background-color: #e94e38;
margin-top: 28px;
}
.search_link {
text-transform: uppercase;
text-shadow: 0 1px 1px rgba(0, 0, 1, 0.15);
font-size: 18px;
color: #fff;
}
.search_link:hover {
text-decoration: none;
}
.style {
border-radius: 30px;
padding-left: 28px;
background-color: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
font-size: 18px;
-webkit-appearance: none;
}
.style:focus {
outline: none;
box-shadow: 0 0 5px #1E90FF;
border-color: #1E90FF;
}
.inline {
display: inline-block;
}
.one {
margin-right: 0px;
}
@media only screen and (max-width : 550px) {
.search_entry, .search_box{
width: 100%;
}
.inline{
display: block;
}
.search_cover{
margin-right: 0px;
}
} |