.header {

color: $theme-white;
background: $theme-blue;

input {
  border-radius: 50px;
  border: 1px solid #2472a4;
  font-size: 80%;
}

}