#app {
  background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url(../img/bg-logo.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 650px;
  overflow: visible;
  overflow-x: hidden;
  min-height: 100vh;
}

#app {
  padding-top: 6em;
}

.div-logo{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    transform: translateX(-1.5vw);
}

.div-logo img{
  width: 80%;
}

.pointer-mobile {
 display: none;
}
.logo-login{
    width: 50%;
}

.acesso{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.div-acessar{
    display: flex;
    width: 100%;
}

.div-acessar img{
    margin-left: 10%;
    width: 18%;
    margin-top: 1em;
    margin-right: 1em;
}

.div-acessar img:last-child{
  margin-left: 1.5%;
  width: 18%;
  margin-top: 1em;
  margin-right: 1em;
  transform: scaleX(-1);
}

.input{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 35%;
    border: 3px solid #035F83;
    border-radius: 15px;
    height: 55px;
    padding: 0 20px;
    font-size: 20px;
    margin-bottom: 2em;
    font-family: 'HelveticaNeue', sans-serif;
}

input{
    width: 90%;
    height: 100%;
    border: none;
}

a:hover{
    text-decoration: none;
    color: #BC1F2F;
}

.button{
    width: 100%;
    display: flex;
}

.button p{
    color: #BC1F2F;
    font-size: 17px;
    width: 38%;
    font-family: 'HelveticaNeue';
  font-weight: 700;
}

.button p:last-child {
    text-align: right;
    flex: 1;
}

.button button{
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'HelveticaNeue';
  font-weight: 700;
}

  .modal-title {
  font-size: 18px;
  font-weight: bold;
  }

.modal-body .subtitle{
    background-color: #FFCA02;
    text-transform: uppercase;
    color: #040045;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
}

.duvidas{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #BC1F2F;
    font-weight: bold;
    /* width: 10%;
    height: 60%; */
    
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #BC1F2F;
}

.modal-content{
    border-radius: 40px;
    border: 4px solid #0842A7;
}

.modal-header {
    border-radius: 40px;
    color: #fff;
    background: #040045;
    font-weight: bold;
}

.modal-header .h5{
    font-weight: bold;
}

.modal-header .close{
    color: red;
    font-size: 40px;
    font-weight: bold;
}

.modal-header .close:focus{
    outline: none;
}

.modal-body{
    color: #040045;
    font-size:18px;
}
@media (max-width: 991px) {
  .conteudo {
    width: 100% !important;
  }
}


@media (max-width: 767px) {
  .div-logo {
    margin-bottom: 25px;
  }


  .div-logo img{
    width: 80%;
  }

}

@media(max-width: 575px) {
    .pointer-mobile {
      position: absolute;
      top:  clamp(406px, 71.652vw, 412px);
      width: 100%;
      /* display: flex; */
    }

    .pointer-mobile .step-2 img{
      transform: scaleX(-1) rotate(268deg);
      width: 140px;
      margin-left: 35%;
    }

    .pointer-mobile .step-1, 
    .pointer-mobile .step-2 {
      width: 50%;
    }

    .pointer-mobile .step-2 p{
      transform: translate(0, 40px);
      width: 100%;
      text-align: center;
    }

    .div-logo{
      margin-bottom: 10px;
    }
  
    .pointer-mobile img{
      transform: rotate(-90deg) scale(0.7);
      margin-left: -100px;
    }

    .pointer-mobile p {
      color: #BC1F2F;
      font-weight: bold;
      font-size: 17px;
      transform: translate(80px, 42px);
      width: 224px;
    }

    .div-acessar {
      position: relative;
      
    }
    
    .div-acessar > img {
        display: none;
    }

    .div-acessar .input {
        width: 100%;
    }

    .button {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .button p {
        display: none;
    }

    .input {
      border: 2px solid #035F83;
      border-radius: 8px;
      margin-bottom: 0;
    }
    .input input{
      font-size: 16px;
    }
    .button button {
        width: 50%;
    }
}


@media(max-width: 370px) {
 
  .pointer-mobile {
    top: 332px;
  }

  .pointer-mobile .step-2 img{
    width: 100px;
    margin-left: 18%;
  }

  .pointer-mobile .step-2 p {
    transform: translate(-10px, 40px);
    width: 100%;
    text-align: center;
  }

  .pointer-mobile img{
    transform: rotate(-90deg) scale(0.5);  
    margin-left: -110px;
  }

  .pointer-mobile p {
    font-size: 10px;
    width: 184px;
    transform: translate(65px, 14px);
  }

   }
