.icon {
  width: 80px;
  height: 80px;
  margin-top: 48px;
  background-image: url(images/error.png);
  background-repeat: no-repeat;
}

.login {
  max-height: fit-content;
  padding: 0 0 2em 0;
}

.otherProblems {
  background-position: -1px -270px;
  width: 81px;
  height: 50px;
  margin: 30px auto 30px auto;
}

.no-justify {
    justify-content: inherit;
}

.unlock-icon {
  min-width: 40px;
  min-height: 40px;

  background-image: url(images/unlock.png);
  background-repeat: no-repeat;
  background-size: contain;

  cursor: pointer;
}

.warning {
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.65em;
  color: #070E46;
  gap: .5em;

  p {
    word-wrap: break-word;
    word-break: break-word;
  }
}

.access{
  max-width: 350px;
  color: #070E46;
}

.unlock-wrapper {
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: .5em;

  .fa-unlock {
    margin-bottom: 2px;
  }
}

@media (max-width: 769px) {
  .login {
    padding: 1em !important;
    width: 85%;
  }
}

@media (max-width: 487px) {
  .unlock-wrapper {
    flex-direction: column;
  }

  .login {
    padding: .5em !important;
    width: 85%;
  }
}