.ahec-form-img {
  max-width: 25vw;
}

.form-menu {
    max-height: 85vh;
    overflow-y: auto;
    border-radius: 10px;
    background-color: #041E43;
}

.logo_content {
  height: 67px;
  background-color: #0033A0;
}

.logo_content .logo {
  color: white;
  display: flex;
  background-color: #0033A0;
}
@media (max-width: 768px) {
  .logo_content .logo {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .logo_content .logo {
    padding: 20px;
  }
}

.logo_content .btn-toggle {
  position: absolute;
  color: white;
  right: 17px;
  top: 7px;
  font-size: 26px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.form-menu ul {
  padding: 20px;
}

.form-menu ul li {
  list-style: none;
}

.form-menu ul li a {
  color: white;
  text-decoration: none;
  display: flex;
  font-size: 14px;
  align-items: center;
  transition: 0.4s ease;
}


.form-menu ul li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #0033A0;
  border-radius: 5px;
  transition: 0.4s ease;
}

.form-menu ul li a i {
  padding-right: 25px;
  font-size: 24px;
}

.content {
  position: relative;
  background-color: white;
  height: 100%;
  padding: 20px;
}

.active {
  background-color: #ffffff !important;
  color: #0033A0 !important;
  border-radius: 5px;
}

.form-picture {
  max-width: 25vw;
}/*# sourceMappingURL=site2.css.map */