body,
html {
  width: 100% !important;
  height: 100% !important;
  
}

.orange-border {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  border-top: 5px solid orange;
  border-bottom: 5px solid orange;
  border-left: 5px solid orange;
  border-right: 5px solid orange;
}


.login-image {
  position: absolute;
  width: 256px;
  left: calc(50% - 128px);
  top: 3%;
  /* margin: 0 auto;
  text-align: center; */
}

.login-image img {
  width: 100%;
}

.login-container {
  position: relative;
  height: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.login-wrong-page {
  width: 33%; 
  text-align: justify; 
  margin-top: 10px;
}

@media only screen and (max-height: 600px) {
  .orange-border {
    border-bottom: none;
  }
}

@media only screen and (max-width: 800px) {

  body {
    position: relative;
  }
  .login-container {
    position: relative;
    height: 100% !important;
    display: block;
  }

  .contactos-fields {
    width: 80% !important;
    margin: 40px auto 0 auto;
  }
  .orange-border {
    position: static;
  }

  .login-image {
    display: block;
    position: relative;
    width: 50%;
    margin: 0 auto;
    padding: 40px;
    left: 0;
    top: 0;
  /* margin: 0 auto;
    text-align: center; */
  }

  .login-image img {
    width: 100%;
  }

  .login-wrong-page {
    width: 90%; 
    margin: 0 auto;
    text-align: justify; 
    margin-top: 10px;
  }

}
