
.card-section {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  
  .card-container {
    perspective: 1000px;
  }
  
  .card {
    width: 700px; /* Ajuste o tamanho conforme necessário */
    height: 500px; /* Ajuste o tamanho conforme necessário */
    transform-style: preserve-3d;
    transition: transform 0.6s;
    outline: 1px solid #212121;
  }
  
  .card-front,
  .card-back {
    width: 100%;
    flex-direction: row;
    height: 100%;
    background-color: #000000;
    position: absolute;
    border-radius: 0px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 10px;
    backface-visibility: hidden; /* Adiciona esta linha para corrigir o problema */
  }
  
  .card-back {
    transform: rotateY(180deg);
  }
  
  .mb-4 {
    font-family: var(--fontFamily-recoleta);
    font-size: 35px;
  }
  
  .form-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
  }
  
  .form-group1 {
    padding-left: 310px;
    padding-top: 10px;
  }
  
  .form-style {
    padding: 10px;
    height: 58px; 
    border: 1px solid #212121;
    color: #ffffff; 
    transition: all 200ms linear;
    width: 300px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    border-radius: 5px;
    margin-bottom: 30px;
  }
  
  .form-style1 {
    padding: 10px;
    height: 58px; 
    border: 1px solid #212121;
    color: #ffffff; 
    transition: all 200ms linear;
    width: 350px;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    border-radius: 5px;
    margin-right: 310px;
  }
  
  .form-style:focus,
  .form-style:active {
    border: none;
    outline: none;
    box-shadow: 0 4px 8px 0 rgba(21, 21, 21, 0.2);
    color: #f1f1f1; /* Cor do texto ajustada para ser visível no plano de fundo escuro */
    background-color: #950101; /* Cor de fundo ajustada para um contraste adequado */
  }
  
  .form-style1:focus,
  .form-style1:active {
    border: none;
    outline: none;
    box-shadow: 0 4px 8px 0 rgba(21, 21, 21, 0.2);
    color: #f1f1f1; /* Cor do texto ajustada para ser visível no plano de fundo escuro */
    background-color: #950101; /* Cor de fundo ajustada para um contraste adequado */
  }
  
  
  
  
  /* Responsive Styles */
  @media (max-width: 768px) {
    .card {
      width: 80vw;
      height: 80vh;
    }

    .form-style1 {
      display: block;
      padding: 10px;
      height: 58px;
      border: 1px solid #212121;
      color: #ffffff;
      transition: all 200ms linear;
      width: 290px;
      font-weight: 500;
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0.5px;
      border-radius: 5px;
      margin-bottom: 10px;
      margin-right: 210px;
    }

    #foto-preview {
      width: 200px;
      height: 200px;
      border: 1px solid #ccc;
      background-size: cover;
      position: absolute;
      left: 100px;
      padding-top: 80px;
    }

    .form-style1:focus,
    .form-style1:active {
      border: none;
      outline: none;
      box-shadow: 0 4px 8px 0 rgba(21, 21, 21, 0.2);
      color: #f1f1f1;
      background-color: #950101;
}

.form-group1 {
  padding-right: 100px;
}

.btn {
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px; /* Espaçamento entre os botões, ajuste conforme necessário */

}
  }
  
  
  
  /* Responsive Styles for Buttons */
  .btn {
    margin-top: 20px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px; /* Espaçamento entre os botões, ajuste conforme necessário */
  }

  .btn-group {
    display: flex;    
    top: -210%;
  }
  
  /* Additional Styling for Responsive Links */
  .link {
    text-decoration: underline;
  }
  
  
  
  
  
  #foto-preview {
    width: 200px; 
    height: 200px; 
    border: 1px solid #ccc; 
    background-size: cover; 
    margin-right: 310px; /* Ajuste o valor conforme necessário para mover para a esquerda */
    margin-top: -100px; 
    transform: translateY(-50%);
    
}



  /* Adicione ícones usando Font Awesome ou outro conjunto de ícones aqui */
.btn::before {
    font-family: 'FontAwesome'; /* Substitua pelo conjunto de ícones que você está usando */
    font-size: 20px; /* Ajuste conforme necessário */
}

.btn-take-photo::before {
    content: url('https://api.iconify.design/line-md/arrow-align-bottom.svg?color=white');    
    border-radius: 100px;

}

.btn-take-photo {
  padding-right: 200px;
  align-items:center;
}

