

/* PÁGINA DE LOGIN ***/

#layoutAuthentication_content .card-body img {
    margin: -20px 0 20px 0;
}

#layoutAuthentication_content .card-footer {
  border:1px solid var(--bs-yellow);
  background: var(--bs-highlight-bg);
  color: black;
}

/* PÁGINA DE LOGIN ***/

#layoutAuthentication_content .col-lg-6 .card {
  padding: 30px;
    min-height: 580px; 
}

#layoutAuthentication_content .col-lg-6 .card .card-header {
  background:none;
  border:0;
}

#layoutAuthentication_content .card-body img {
    margin: -20px 0 20px 0;
}

#layoutAuthentication_content .card-footer {
  border:1px solid var(--bs-yellow);
  background: var(--bs-highlight-bg);
  color: black;
    margin: 0 20px 20px 20px;
    border-radius: 10px;
}

#layoutAuthentication_content .botones {
  display: flex;
    align-content: center;
    justify-content: center;
    column-gap:30px;
    padding: 0 20px 20px 20px;
}

#layoutAuthentication_content .botones a{
  display: block;
    border:1px solid var(--bs-gray-400);
    padding: 10px;
    border-radius: 5px;
    color: var(--bs-gray-900);
    background:var(--bs-gray-100);
}

#layoutAuthentication_content .botones a:hover {
    background:var(--bs-gray-200);
    border-color: var(--bs-gray-400);
    text-decoration: none;
}

