.topo-site-formulario{
  max-width: 1920px;
  max-height: 490px;
  width:100%;
  height:649px; 
  background-image: url("https://empresta.com.br/wp-content/uploads/2021/04/b-sergio-reis-min.png");
  background-position: center;
  background-size: cover;
}


#titleEmprestimo{
  font-size:52px;
  color: #FFFFFF;
  font-weight:400;
 
}
#title-emprestimo{
  display: flex;
  margin-top: 3.5rem;
  align-items:center;
  flex-direction:column;
}

#subtitleEmprestimo{
  color: #FFFFFF;
  font-size:18px;
  padding-left: 15px;
  
}
#contentFormSimulation{
  display: flex;
 justify-content: center;
  margin-top: 5rem;
}

.form-field, .form-field-select, .form-field-select.form-control:focus {
  background-color: transparent !important;
  border-radius: 5px;
  min-height: 52px;
  padding: 2px 10px;
  border: 1px solid #a9a8a8;
  font-size: 16px;
  position: relative;
  z-index: 1;
}

.formularioSimulacao{
 
  width:80%;
  background-color: white;
  padding:2rem 1rem;
  border-radius: 10px 10px 0 0;
}
#titleFormConsignado {

  display: flex;
  justify-content:center;

}

#titleFormConsignado h4{
  color:#EF6C00;

}
.spaceTopMargin{
  margin-top: 2rem;
}


button{
  border:none!important;
}
button .btn:focus{
  outline: thin dotted!important;
  outline: 0px auto -webkit-focus-ring-color!important;
  outline-offset: 0px!important;
  border:none!important;
}
button:focus {
  outline: thin dotted!important;
  outline: 0px auto -webkit-focus-ring-color!important;
  outline-offset: 0px!important;
  border:none!important;
}
.row{
  padding: 0;
}


@media (max-width: 768px) 
{
  .topo-site-formulario{
    max-width: 1920px;
    max-height: 490px;
    width:100%;
    height:649px; 
    background-image: url("https://empresta.com.br/wp-content/uploads/2021/04/b-comparador-consignado-mobile-min.jpg");
    background-position: center;
    background-size: cover;
  }

  .spaceTopMargin{
    margin-top: 1rem;
  }
  #titleFormConsignado h4{
      font-size:1.3rem;
      font-weight: bold;
  }
  
  

}

