body{
    font-family: Arial, Helvetica, sans-serif;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(8, 230, 156, 0.26);
}

form{
    padding: 50px 55px;
    background-color: rgba(39, 60, 253, 0.288);
    box-shadow: 0 0 20px rgb(251, 255, 10);
    border-radius: 20px;
    text-align: center;
    width: 400px;
}

.input-group{
    display: flex;
    flex-direction: column;
    text-align: left;
}

h2{
    color: #283629;
    font-size: 35px;
}

label{
    color: #283629;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.logo_principal{
    width: 200px;
}

.mantenimiento{
    width: 80%;
}

table{
    color: #000;
    width: 100%;
    font-size: 14px;
    table-layout: fixed;
    border-collapse: collapse;
}

thead{
    background: rgba(32, 47, 255, 0.4);
    font-weight: 700;
    text-transform: uppercase;
}

td{
    padding: 15px;
    text-align: center;
    border-bottom: solid 1px rgba(32, 47, 255, 0.4);
}

tbody tr:hover{
    background: rgba(84, 95, 255, 0.4);
}


.button_index{
    background-color: rgba(32, 47, 255, 0.712);
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 80%;
    border: 2px solid rgb(251, 255, 10);
    border-radius: 20px;
  }

.button_index_2{
    background-color: rgba(0, 194, 165, 0.712);
    border: none;
    color: rgb(0, 0, 0);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 80%;
    border: 2px solid rgba(32, 47, 255, 0.712);
    border-radius: 20px;
  }

  .button_index_3{
    background-color: rgba(230, 214, 0, 0.712);
    border: none;
    color: rgb(0, 0, 0);
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    width: 80%;
    border: 2px solid rgba(32, 47, 255, 0.712);
    border-radius: 20px;
  }