.style-action{
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 7px;
    padding-right: 7px
}

.button-voltar{
    height: 23px;
    padding-top: 0px;
    margin-right: 15px
}

.uppercase{
    text-transform: uppercase
}
body {
  background: rgb(25,78,159);
  background: radial-gradient(circle, rgba(25,78,159,1) 24%, rgba(26,42,70,1) 87%);
  position: relative;
  margin: 0; 
  padding: 0; 
  height: 100vh;
}
.img-bottom {
  background-image: url('../img/bg-button.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 185px; 
  position: absolute;
  bottom: 0;
  left: 0;
}
.main-prin {
  margin: 0; 
  padding: 0; 
  width: 100%;
  height: 100vh; 
}
.desktop{
  width: 40% !important;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .mobile{
    width: 95% !important;
  }
}
.img-esquerdo{
  background-image: url('../img/nfe.svg');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 185px;
  top: 195px;
  width: 195px;
  height: 195px;
}

.img-direita{
  background-image: url('../img/nfce.svg');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 185px;
  top: 195px;
  width: 235px;
  height: 200px;
}

@media screen and (max-width: 1000px) {
  .img-direita{
    display: none;
  }
  .img-esquerdo{
    display: none;
  }
}