/*!
 * Start Bootstrap - Business Frontpage (https://startbootstrap.com/templates/business-frontpage)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-business-frontpage/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.bg-tcpanel {
  background-image: url('../images/bg-tcpanel.png');
}

#icaan-logo{
  height: 60px; width: auto;
  margin-right: 10px;
}

section {
  padding: 50px 0;
}

#lookup {
  padding: 110px 0;
}

#about {
  padding: 20px 0 !important;
}

#terms {
  padding: 0px !important;
}

ol > li {
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  #main-title {
    font-size: 40px !important;
  }
  .zammad-chat {
    margin-right: 0 !important;
  }
 }

section#lookup-response {
  padding: 110px 0;
}

.lookup-form {
  margin-bottom: 15px;
  background: white;
  box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
  padding: 50px 40px 50px 50px;
}

.zammad-chat {
  margin-right: 50px;
}