html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-control, .form-control:focus {
    background-color: white;
    color:black;
}

.form-label{
    font-weight:bold;
}

.slick-track { 
    left: 2px; 
}

.as_logo img, .as_footer_logo img{
    width: 100%;
    max-width: 200px;
}