body{
  height: 100vh;
  padding-top: 50px;
  padding-left: 200px;
  padding-right: 200px;
  padding-bottom: 50px;
  background: #086871 !important;
}
.logo-travelgateway{
  margin-bottom: 35px;
  width: 300px;
  height: auto;
}
.card-teste{
  height: 85vh;
  padding: 0px !important;
  box-shadow: 0 0 30px 5px black;
  border-radius: 0px !important;
}
.background-img{
  padding: 0 !important;
  background-image: url('/img/background-login.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-alert{
  background: white;
  padding: 50px;
  line-break: loose;
}
.card-alert p{
  max-width: 800px;
  text-align: justify;
}
.col-error{
  top:30%;
  text-align: center;
}
.col-error .strong-1{
  font-family: 'Varela Round', sans-serif;
  color:black;
  font-size: 35px;
}
.col-error .strong-2{
  font-size: 18px;
}

@media only screen and (max-width: 670px) {
  body{
    padding: 0px;
  }
  .card-teste{
    width: 100%;
  }
  .card-alert{
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
  }
  .col-error .strong-1{
    font-size: 20px;
  }
  .col-error .strong-2{
    font-size: 15px;
  }
  .card-alert p{
    font-size: 12px;
  }
}
