* {box-sizing: border-box;}
body{margin: 0;}
div.search {padding: 10px 0}
form {
  position: relative;
  width: 300px;
  margin: 0 auto;
}
.d1 {background: #A3D0C3;}
.d1 input {
  width: 100%;
  height: 42px;
  padding-left: 10px;
  border: 2px solid #7BA7AB;
  border-radius: 5px;
  outline: none;
  background: #F9F0DA;
  color: #9E9C9C;
}
.d1 button {
  position: absolute; 
  top: 0;
  right: 0px;
  width: 42px;
  height: 42px;
  border: none;
  background: #7BA7AB;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}
.d1 button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #F9F0DA;
}
.d2 {background: #DABB52;}
.d2 input, .d2 button {
  border: none;
  outline: none;
  border-radius: 3px;
}
.d2 input {
  width: 100%;
  height: 42px;
  background: #F9F0DA;
  padding-left: 15px;
}
.d2 button {
  height: 26px;
  width: 26px;
  position: absolute;
  top: 8px;
  right: 8px;
  background: #F15B42;
  cursor: pointer;
}
.d2 button:before {
  content: "\f105";
  font-family: FontAwesome;
  color: #F9F0DA;
  font-size: 20px;
  font-weight: bold;
}
.d3 {background: #F9F0DA;}
.d3 form {
  background: #A3D0C3;
}
.d3 input, .d3 button {
  border: none;
  outline: none;
  background: transparent;
}
.d3 input {
  width: 100%;
  height: 42px;
  padding-left: 15px;
}
.d3 button {
  height: 42px;
  width: 42px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.d3 button:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 16px;
  color: #F9F0DA;
}
.d4 {background: #181818;}
.d4:after {content:""; clear:both; display:table}
.d4 form {
  width: auto;
  float: right;
  margin-right: 30px;
}
.d4 input {
  width: 250px;
  height: 42px;
  padding-left: 15px;
  border-radius: 42px;
  border: 2px solid #fe474b;
  background: #181818;
  outline: none;
  position: relative;
  transition: .3s linear;
  color: #ffffff;
}
.d4 input:focus {
  width: 300px;
}
.d4 button {
  width: 42px;
  height: 42px;
  background: none;
  border: none;
  position: absolute;
  top: -2px;
  right: 0;
}
.d4 button:before{
  content: "\f002";
  font-family: FontAwesome;
  color: #fe474b;
}
.d5 {background: #181818;}
.d5:after {content:""; clear:both; display:table}
.d5 form {
  width: auto;
  float: right;
  margin-right: 30px;
}
.d5 input {
  width: 250px;
  height: 42px;
  padding-left: 15px;
  border-radius: 42px;
  border: 2px solid #569cd6;
  background: #181818;
  outline: none;
  position: relative;
  transition: .3s linear;
  color: #ffffff;
}
.d5 input:focus {
  width: 300px;
}
.d5 button {
  width: 42px;
  height: 42px;
  background: none;
  border: none;
  position: absolute;
  top: -2px;
  right: 0;
}
.d5 button:before{
  content: "\f002";
  font-family: FontAwesome;
  color: #569cd6;
}
.d6 {background: #181818;}
.d6:after {content:""; clear:both; display:table}
.d6 form {
  width: auto;
  float: right;
  margin-right: 30px;
}
.d6 input {
  width: 250px;
  height: 42px;
  padding-left: 15px;
  border-radius: 42px;
  border: 2px solid #4dc69b;
  background: #181818;
  outline: none;
  position: relative;
  transition: .3s linear;
  color: #ffffff;
}
.d6 input:focus {
  width: 300px;
}
.d6 button {
  width: 42px;
  height: 42px;
  background: none;
  border: none;
  position: absolute;
  top: -2px;
  right: 0;
}
.d6 button:before{
  content: "\f002";
  font-family: FontAwesome;
  color: #4dc69b;
}
.d7 {background: #181818;}
.d7:after {content:""; clear:both; display:table}
.d7 form {
  width: auto;
  float: right;
  margin-right: 30px;
}
.d7 input {
  width: 250px;
  height: 42px;
  padding-left: 15px;
  border-radius: 42px;
  border: 2px solid #089ebd;
  background: #181818;
  outline: none;
  position: relative;
  transition: .3s linear;
  color: #ffffff;
}
.d7 input:focus {
  width: 300px;
}
.d7 button {
  width: 42px;
  height: 42px;
  background: none;
  border: none;
  position: absolute;
  top: -2px;
  right: 0;
}
.d7 button:before{
  content: "\f002";
  font-family: FontAwesome;
  color: #089ebd;
}
.d8 {background: #181818;}
.d8:after {content:""; clear:both; display:table}
.d8 form {
  width: auto;
  float: right;
  margin-right: 30px;
}
.d8 input {
  width: 250px;
  height: 42px;
  padding-left: 15px;
  border-radius: 42px;
  border: 2px solid #ff7a00;
  background: #181818;
  outline: none;
  position: relative;
  transition: .3s linear;
  color: #ffffff;
}
.d8 input:focus {
  width: 300px;
}
.d8 button {
  width: 42px;
  height: 42px;
  background: none;
  border: none;
  position: absolute;
  top: -2px;
  right: 0;
}
.d8 button:before{
  content: "\f002";
  font-family: FontAwesome;
  color: #ff7a00;
}
.d9 {background: #181818;}
.d9:after {content:""; clear:both; display:table}
.d9 form {
  width: auto;
  float: right;
  margin-right: 30px;
}
.d9 input {
  width: 250px;
  height: 42px;
  padding-left: 15px;
  border-radius: 42px;
  border: 2px solid #03b89f;
  background: #181818;
  outline: none;
  position: relative;
  transition: .3s linear;
  color: #ffffff;
}
.d9 input:focus {
  width: 300px;
}
.d9 button {
  width: 42px;
  height: 42px;
  background: none;
  border: none;
  position: absolute;
  top: -2px;
  right: 0;
}
.d9 button:before{
  content: "\f002";
  font-family: FontAwesome;
  color: #03b89f;
}