@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation: fadeInUp 1s normal ease;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  list-style: none;
  vertical-align: baseline;
}

ul {
  margin-bottom: 0;
}

html .app-login,
body .app-login {
  height: 100%;
  background-image: url("../img/Background-login.webp"),
    linear-gradient(270deg, #0047B6, #0166B3);
  background-repeat: no-repeat, repeat;
  background-position-y: top;
  background-position-x: right;
  background-size: contain;
}

html .row,
body .row {
  display: flex;
  justify-content: center;
  margin: 0;
}

html .row .content,
body .row .content {
  max-width: 475px;
}

html .row .catchphrase,
body .row .catchphrase {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  margin-top: 240px;
  margin-left: 70px;
}

.banner-app__box {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #0047B6;
  z-index: 1;
  display: none;
}

.banner-app_container {
  max-width: 330px;
  display: flex;
  margin: auto;
}

.banner-app__image-container {
  margin: 9px 10px;
  border-radius: 10px;
}

.banner-app__text {
  margin: 9px 0px;
  color: white;
  font-size: 12px;
  line-height: 14px;
}

.banner-app__icon {
  cursor: pointer;
  display: inline-flex;
  font-size: 27px;
  margin: 14px 7px 0px 5px;
  color: white;
}

.banner-app__image {
  width: 46px;
  border: 6px solid white;
  background: white;
  border-radius: 10px;
}

.banner-app__btn-baixar {
  font-size: 14px;
  padding-top: 5px;
  display: block;
  width: 58px;
}

.login__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 20px 0;
}

.login__logo a img {
  width: 230px;
  height: auto;
  margin-left: 30px;
}

.login__logo a img:first-child {
  margin-left: 0;
}

.login__card {
  margin-top: 10%;
  border: 1px solid #9babb7;
}

.login__bottom {
  margin-top: 24px;
  display: flex;
  align-items: center;
}

.login__welcome {
  text-align: center;
  margin-bottom: 20px;
}

.login__welcome-title {
  font-size: 29px;
  font-weight: bold;
  color: #0047B6;
  margin: 0;
}

.login__welcome-slogan {
  font-size: 13px;
  color: #9babb7;
  display: flex;
  justify-content: center;
  margin-top: 5px;
}

.login__welcome-slogan p {
  margin: 0 0 0 5px;
  font-weight: bold;
}

.login__form {
  padding: 0;
} 

.login__input-wrapper {
  display: block;
  width: 100%;
  border: 1px solid #cdd4d9;
  float: left;
  border-radius: 3px;
}

.login__input-icon {
  display: block;
  float: left;
  padding: 7px 0px 0 5px;
  color: #0047B6;
  position: absolute;
}

.login__input-wrapper input {
  border: 0;
  padding-left: 2rem;
} 

.login__btn {
  background-color: #0047B6;
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 4px;
  font-size: 15px;
  margin: 0 auto;
  display: block;
  font-weight: bold;
  line-height: 15px;
  height: 36px;
  width: 132px;
} 

.login__esqueceu {
  text-align: center;
}

.login__esqueceu a {
  font-size: 16px;
  color: #9babb7;
  margin-left: 20px;
  text-decoration-line: underline;
}

.login__app-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.login__app-wrapper span {
  font-size: 13px;
  color: #ffffff;
}

.login__app-wrapper img {
  width: 116px;
  height: auto;
  margin: 6px 0;
}

.login__banner a {
  display: flex;
  justify-content: center;
}

.login__banner a img {
  max-width: 475px;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 5px;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

@media screen and (max-width: 1740px) {
  .login__app-wrapper {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 990px) {
  body .app-login {
    background-image: linear-gradient(270deg, #0047B6, #0166B3);
  }

  .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  .login__app-wrapper {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .login__logo a img {
    width: 200px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    margin: 0px 15px 0;
  }

  .login__card {
    margin-top: 0;
  }

  .login__input-wrapper {
    margin-bottom: 10px;
  }

  .login__esqueceu a {
    font-size: 13px;
    margin-left: 15px;
    text-decoration-line: underline;
  }

  .login__logo a {
    display: flex;
    flex-direction: column;
  }

  .login__logo a img {
    width: 150px;
  }

  .login__logo a img:last-child {
    margin: 20px 0 0 0;
  }
}

@media only screen and (orientation: landscape) and (max-width: 990px) {
  body .app-login {
    height: auto;
  }

  .login__banner a img {
    margin-top: 10px;
  }
}
