html, body{
  background-color: #eaeaea;
}

#main_container{
  margin-top: 20px;
  border-radius: 6px;
  padding: 40px;
  background-color: white;
}

.header_block{
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
}

.shop_logo{
  max-width: 200px;
  max-height: 100px;
}

.maxemp_link{
  text-align: center;
  padding: 20px;
  font-weight: 600;
}

/*.form-control{
  height: 38px;
  font-size: 15px;
}
.btn{
  font-size: 16px;
  padding: 7px 16px;
}*/


@media screen and (max-width: 768px){
  .col_company_info{
    padding: 20px 0px;
    text-align: center;
  }
}
