body{
  margin: 0px !important;
  padding-top: 0px !important;
}
body {
  font-family: Roboto, -apple-system, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  color: #72777a;
  line-height: 1.5;
  letter-spacing: 0.2px;
  overflow-x: hidden;
  overflow-y: hidden;
  max-height: 100vh;
}
 
.btn{
  margin: 10px;
  border-radius: 10%;
}
.mb-3{
  margin: 10px;
}
.text-dark {
  color: #212529 !important;
  font-weight: 400;
}

.btn-primary {
  background-color: #005ba2 !important;
}
.btn-primary:hover {
  background-color: #4169e1 !important;
}

.form-label {
  margin-bottom: 0.5rem;
}
label {
  display: inline-block;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  cursor: default;
}

 

  .pY-80 {
    padding-top: 30px !important;
  }
  .logo-login{
    max-width: 100%;
    padding-bottom: 80px !important;
  }

  .peer > img {
    max-width: -webkit-fill-available !important;
  }
  
  .mB-40 {
    margin-bottom: 40px !important;
  }
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: Roboto, -apple-system, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.5px;
  
  }
  
  .tam-m{
    font-size: 20px;
    color: #005ba2 !important;
    font-weight: 450;
  }

.div1, .div2 {
  align-items: end;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 15vh;

}

.flash-error{
  align-items: end;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: red;
}

.contato {
  display: flex;
  flex-direction: column; /* Empilha os elementos verticalmente */
  align-items: center; /* Centraliza horizontalmente */
  margin-bottom: 20px; /* Adiciona espaço entre os parágrafos */
}


.div1 .logo-login{
  bottom: 50px;
  padding-bottom: 0px !important;
  transform: scale(0.4);
}


.ajuste {
  margin-top: 50px;
  margin-left: 15px;
  color: #005ba2;
  font-weight: 600;
  font-size: 12px;
}

.contato p {
  margin: 0; /* Remove a margem padrão dos parágrafos */
  line-height: 1; 
}

.contato {
  order: 2; 
  font-size: 13px;
  padding: 0px;
  margin: 10px !important;
}


@media (min-width: 1200px){
  
  h4, .h4 {
      font-size: 1.3125rem;
  }
  
  h4, .h4 {
      font-size: calc(1.25625rem + 0.075vw);
  }
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
      margin-top: 0;
      margin-bottom: 0.5rem;
      font-weight: 500;
      line-height: 1.2;
  }
  *, *::before, *::after {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }

  h4 {
      display: block;
      margin-block-start: 1.33em;
      margin-block-end: 1.33em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      font-weight: bold;
  }



}

#recupera-form {
  /* background-color: azure; */
 
  display: none;
}

.notification {
  position: fixed;
  bottom: 20px; /* Posicionamento no final da página */
  left: 50%; /* Posicionamento no centro horizontal */
  transform: translateX(-50%); /* Centraliza horizontalmente */
  padding: 10px 20px;
  border-radius: 5px;
  font-family: Arial, sans-serif;
}

.notification.success {
  background-color: #4CAF50;
  color: white;
}

.notification.info {
  background-color: #2196F3;
  color: white;
}

.notification.warning {
  background-color: #ff9800;
  color: white;
}

.notification.error {
  background-color: #f44336;
  color: white;
}


@media screen and (max-width: 400px) {

  body {
      font-size: 25px; /* Aumentar o tamanho da fonte */
      width: 100%;
        background-color: #fff;
  }

  .peer {
    display: block;
    height: auto; 
    flex: auto !important;
  }


}

@media (max-height: 800px) {
 .div1, .div2 {
  margin-top: 0vh;

}
}

