@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");

body {
  background-color: #ffffff;
  font-family: "Roboto", sans-serif !important;
}

hr {
  border-top: 1px solid #507d67;
  margin: 33px 0px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

footer {
  background-color: #ffffff;
  color: #838383;
  font-size: 16px;
  padding-bottom: 55px;
}

.py-33 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.form-group .help-block {
  display: none;
}

.form-group.has-error .form-control {
  border-color: #f03434;
  color: #f03434;
}

.form-group.has-error .help-block {
  display: block;
  color: #f03434;
}

.form-group.has-success .form-control {
  border-color: #268321;
  color: #268321;
}

.color-gray {
  color: #545454;
}

.content-wrapper {
  background-color: #fafaf4;
  background-image: url("../images/forest-bg.png");
  background-position-x: center;
  background-position-y: bottom;
  background-repeat: no-repeat;
  min-height: 1165px;
}

.text-underline {
  text-decoration: underline;
}

.logo-container {
  padding-top: 50px;
  padding-bottom: 50px;
}

.forms-container {
  padding-bottom: 19px;
}

.table-overflow {
  overflow-x: scroll;
  box-shadow: inset -22px 0 17px -16px rgba(0, 0, 0, 0.2);
}

@media (min-width: 320px) and (max-width: 480px) {
  hr {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .logo-container__image {
    width: 40%;
  }

  .logo-container {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .py-33 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (min-width: 576px) {
  .py-33 {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .py-33 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .table-overflow {
    box-shadow: none;
  }
}

@media (min-width: 992px) {
  .py-33 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

@media (min-width: 1200px) {
}
