
.alinhamnentoLogo{
    display: flex;
    align-items: center;
    justify-content: center;
  }

.buttonsLogin{
    display: flex;
    justify-content: space-between;
}

.buttonsLogin a{
    width: 130px;
    padding: 0;
    margin: 0 !important;
}



.my_loader_wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(54, 52, 52, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.3s;
    position: absolute;
    top: 0;
  }
  
  .my_loading {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  .esconder-elemento{
    display: none;
  }