.justify-items-center{
    justify-items: center;
    
    ;
}

.input {
    font-size: 16px !important;
}

.w-90{
    width: 90%;
}

.background-modal{
    background-color: #163063d9;
}

td{
    text-align: center;
}

/* login */
body {
    background: linear-gradient(135deg, #eaeaec, #b6b7b9);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-family: 'Arial', sans-serif;
    margin-left: 1rem;
    margin-right: 1rem; 
}

.w-full {
    border-radius: 15px;
    box-shadow: 0px 9px 19px rgb(13 10 10 / 20%);
    width: 100%;
    max-width: 400px;
}

h5 {
    text-align: center;
    color: #282828;
    font-weight: bold;
}

label {
    color: #555;
    font-size: 0.9rem;
}

.input {
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 8px;
    transition: all 0.3s;
}

.input:focus {
    border-color: #ababab;
    box-shadow: 0px 0px 5px rgba(112, 112, 112, 0.5);
}

button {
    background-color: #a2a2a2;
    border: none;
    padding: 8px;
    border-radius: 15px;
    font-size: 1rem;
    transition: all 0.3s;
}

button:hover {
    background-color: #393939;
    transform: scale(1.02);
}

a {
    color: #484848;
    text-decoration: none;
    font-size: 0.9rem;
}

a:hover {
    text-decoration: underline; 
    text-decoration-color: #a1a1a1;
    text-decoration-thickness: 1px;
}

/* fin login */


