   
body{
  font: Helvetica, sans-serif;
}
.logo{
  text-align: center;
}
.logo-small{
  height: 30px;
}
.logo-big{
  height: 60px;
}
.v-align-container{
  height:90vh;
}
.container{
  width: 100%;
}
.v-align{
  position: relative;
  top: 35%;
  /*transform: translateY(-50%);*/
}
.gsc-input-box {
  border: 1px solid #D9D9D9;
  border-radius: 2px !important;
  background: #fff;
  height: 44px !important;
}
.gsc-input-box:hover, .gsc-input-box:focus{
  border: 1px solid #C6E7FB !important;
  box-shadow: none !important;
}
.gsc-input{
  line-height: 40px !important;
}
.gsc-search-button-v2{
  padding: 16px 44px !important;
  margin: 0 !important;

}
.center-div{
  width: 700px;
  margin: 0 auto;
}