button:hover {
  background-color: #883944;
}

input {
  padding: 8px 12px;
  border: 2px solid #d0d0d0;
  border-radius: 8px;
  outline: none;
  transition: box-shadow 0.3s;
}

body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-feature-settings: "liga" 0;
  background-color: #f1f1f1;
  color: #333;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
}

.social-wrap {
  width: 85%;
  display: flex;
}

#centro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}

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

.centered-content p {
  font-family: "Poppins", sans-serif;
  color: gray;
  margin-top: 0;
}

.centered-content a {
  transition: .3s all ease;
  color: #5E2129;
  font-weight: 500;
  text-decoration: none;
}

.centered-content a:hover {
  color: #883944;
  text-decoration: underline;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  padding: 8px 12px;
  border: 2px solid #d0d0d0;
  outline: none;
  transition: box-shadow 0.3s;
  width: 100%;
}

form {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.form-group {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

.form-group label,
label[for="id_email"] {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 0;
  text-align: initial;
}

.text-danger {
  color: #dc3545 !important;
  text-align: initial;
}

.text-title {
  margin: 0;
}

.p-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

/* Estilos Comuns */




header#headerMenu,
footer#footerMenu {
  background-color: #5E2129;
  color: white;
  padding: 20px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

#app_name {
  width: 75%;
  margin-bottom: 1rem;
}

.allai_div {
  /* display: flex;
  justify-content: center; */
  text-align: center;
}

#logo_allai {
  width: 15%;
}

.social-wrap h3 {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  font-size: 1.75rem;
  margin: 0;
}

button {
  background-color: #5E2129;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid #5e2129;
}

button:hover {
  background-color: #883944;
}



/* Estilos Comuns */
html,
body {
  height: 100%;
  /* Define altura total para o html e body */
  margin: 0;
  padding: 0;
}

#content {
  flex: 1;
  /* Faz o conteúdo crescer e ocupar o espaço disponível */
  display: flex;
  flex-direction: column;
  text-align: center;
}

header#headerMenu,
footer#footerMenu {
  background-color: #5E2129;
  color: white;
  padding: 20px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/*outros*/
button {
  font-size: 1rem;
  background-color: #5E2129;
  color: #fff;
  width: 50%;
  align-self: center;
  padding: 10px 25px;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, transform 0.2s;
  display: inline-block;
  text-align: center;
  margin: 0.2vw;
  font-family: "Poppins", sans-serif;
}

/* Estilos Comuns */




header#headerMenu,
footer#footerMenu {
  background-color: #5E2129;
  color: white;
  padding: 20px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}



/*form {*/
/*    max-width: 300px;*/
/*    margin: auto;*/
/*    padding: 20px;*/
/*    background-color: #fff;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);*/
/*}*/


button {
  background-color: #5E2129;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid #5e2129;
}

button:hover {
  background-color: #883944;
}

/* Estilos de Responsividade */
@media (max-width: 768px) {
  form {
    width: 90%;
  }
}

/* Estilos Comuns */
html,
body {
  height: 100%;
  /* Define altura total para o html e body */
  margin: 0;
  padding: 0;
}


#content {
  flex: 1;
  /* Faz o conteúdo crescer e ocupar o espaço disponível */
  display: flex;
  flex-direction: column;
  text-align: center;
}

header#headerMenu,
footer#footerMenu {
  background-color: #5E2129;
  color: white;
  padding: 20px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.d-flex {
  display: flex;
}

.background_advocacia {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../../images/tela_advocacia.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.centro-google {
  width: 50%;
  flex-direction: column;
}

.titulo_google, #centro h2 {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  font-size: 1.75rem;
  margin: 0;
}

.p_confirm {
  width: 85%;
}

#background_google {
  width: 50%;
}

#reset_section {
  display: flex;
  flex-direction: column;
}

#reset_section h3 {
  text-align: left;
}

#form_confirm_email {
  width: 100%;
}

#form_confirm_email button {
  width: 25%;
}

.button_confirm {
  background-color: #5E2129;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s;
  border: 1px solid #5e2129;
  border-radius: 4px;
  padding: 4px 25px;
}

form {
  width: 85%;
}

@media (max-width: 480px) {

  .background_advocacia,
  .background_advocacia_criar {
    display: none;
  }

  #reset_section h3 {
    text-align: center;
  }
}

.senha-input-eye {
  display: flex;
  align-items: center;
}

.fa-eye,
.fa-eye-slash {
  position: absolute;
  right: 54.5%;
  color: #aaa;
}

.fa-eye:hover,
.fa-eye-slash:hover {
  color: #212529;
}

@media (max-width: 480px) {

  .fa-eye,
  .fa-eye-slash {
    position: absolute;
    right: 10%;
    color: #aaa;
  }
}