.login-box {
  position: fixed;
  display: flex;
  z-index: 1;
  flex-direction: column;
  min-width: 19%;
  padding-left: 10px;
  padding-right: 10px;
  gap: 20px;
  background-color: rgb(26 57 110 / 0.89);
  height: 100vh;
}

.error-box {
    position: absolute;
    top: -15px; /* ajusta a posição acima do input */
    left: 1;
    width: 100%;
    color: #ff3b3b;
    font-size: 12px;
    font-weight: 500;
    pointer-events: none;
}


.login-box-inputs {
    position: relative;
}


.error-message {
    position: absolute;
    top: -18px; 
    left: 0;
    font-size: 12px;
    color: #d9435a; 
    font-weight: 600;
    visibility: hidden; 
    pointer-events: none; 
}

.link-360 {
  display: flex; 
  flex-direction: row-reverse;
  position: absolute;
  z-index: 2;
  right: 0;
  background-color: #00000033;
  border: 2px solid rgba(247, 247, 247, 0.49);
  border-top: none;
  border-right: none;
  padding: 10px;
  border-radius: 0 0 0 10px;
  color: #fff;
  gap: 5px;
  cursor: pointer;
  text-decoration: none;
}

.forget-password-box {
  display: flex;
  justify-content: flex-end;
}

.forget-password-box a {
  text-decoration: none;
}
.forget-password-box a:hover {
  text-decoration: underline;
}

.login-box-inputs a {
  position: relative;
  font-size: 10pt;
  text-align: right;
  color: white
}

.login-box-inputs,
.login-box-submit {
  display: flex;
  gap: 15px;
  flex-direction: column;
  padding: 10px;
}

.login-input {
  background-color: white;
  border: none;
  color: #1a396e;
  border-radius: 3px;
  padding: 13px;
  font-size: 14px;
  outline: none;
}

.login-input::placeholder {
  font-size: 10pt;
  color: #1a396e75;
}

.btn {
  background-color: #5e7eb4;
  border: none;
  color: white;
  border-radius: 3px;
  padding: 15px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}

.intern {
  background-color: #fff;
  color: #5e7eb4;
}

.copyright-box {
  margin-top: auto;
  text-align: center;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  margin-bottom: 1rem;
}

.copyright-box a {
  color: white;
}

.copyright-box p {
  margin: 0;
}

.copyright-box p:last-child {
  margin-bottom: 10px;
}

.welcome {
  margin: 0;
  color: white;
  text-align: center;
  font-size: 18pt;
}

.login-button:hover {
  background:#21488c ;
  scale: 1.03;
}

.intern:hover {
  background:#f1f1f1 ;
  color: #435980;
}
.manual:hover{
  scale: 1.03;
}

.login-box-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
  margin-top: 3rem;
}

.login-box img {
  width: 14rem;
}

footer {
  position: fixed;
  top: 0;
  width: 100%;
  color: black;
  text-align: right;
  padding: 10px 0;
}

.manual {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 auto;
  cursor: pointer;
  transition: all 0.3s;
}

.showup {
  color: white;
  text-decoration: none;
  margin: 0 auto;
}

iframe {
  position: fixed;
  z-index: 3000;
  background-color: #21252978;
  width: 80%;
  height: 80%;
  padding: 5% 10%;
  border: none;
}

.manual img {
  border: 1px solid white;
  border-radius: 1rem;
  padding: 3px;
  width: 21px;
}


@media (min-width: 320px) and (max-width: 375px) {
  .login-box {
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
  }

  iframe, .manual, #pano, .link-360{
    display: none;
  }
}

@media (min-width: 375px) and (max-width: 426px) {
  .login-box {
    width: 100%;
    padding-left: 2px;
    padding-right: 2px;
  }

  iframe, .manual, #pano, .link-360{
    display: none;
  }
}

@media (min-width: 426px) and (max-width: 600px) {
  .login-box {
    width: 100%;
    padding-left: 3px;
    padding-right: 3px;
  }

  iframe, .manual, #pano, .link-360{
    display: none;
  }
}

@media (min-width: 600px) and (max-width: 768px) {
  iframe, .manual{
    display: none;
  }
}