.access-code-content {
  padding: 15px;
  margin-top: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background-color: #f3f3f3;
  font-size: 17px;
}

.maintext-access {
  margin-bottom: 20px;
}

.subtext-access {
  margin-bottom: 30px;
}

.container-access-partners {
  width: 80vw;
  margin-top: 17vh;
  margin-bottom: 17vh;
}

h1 {
  margin-bottom: 10%;
}

input[name="access_code"] {
  margin-bottom: 30px;
}

input[type="submit"] {
  display: block;
  margin: 20px auto;
}

.navbar-header-access-partners {
  display: flex;
  align-items: center;
  min-height: 70px;
}

.navbar-header-access-partners,
.navbar-right {
  min-height: 89px;
  display: flex;
  align-items: center;
}

.navbar-header-access-partners .navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-inverse .navbar-text {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #002a6f;
  border-radius: 50px;
  padding: 15px;
  width: 180px;
  margin: 5px;
  height: 60px;
}

.navbar-text .navbar-text-phone {
  color: white;
}

.navbar-text .navbar-text-phone .fa-phone {
  transform: scale(-1, 1);
  font-size: 20px;
  fill: white;
}

@media (max-width: 991px) {
  .container-access-partners {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }
}
@media (max-width: 768px) {
  .navbar-text-access-partners {
    float: right;
  }

  .hidden-sm {
    display: none;
  }

  .navbar-header-access-partners {
    min-height: 60px;
  }

  h1 {
    font-size: 8vw;
  }

  h2 {
    font-size: 7vw;
  }

  .navbar-header-access-partners img {
    height: auto;
    max-width: 120px;
  }

  .navbar-inverse .navbar-text {
    width: 50px;
    height: 50px;
  }

  .container-fluid {
    position: relative;
  }

  .navbar-header-access-partners {
    position: absolute;
    left: 5%;
  }

  .nav-access-partners {
    position: absolute;
    right: 5%;
    margin: 0;
    min-height: auto;
  }
}

.minarm-access-img {
  width: 100%;
}
