.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.modal-contenido {
    background-color: #fff;
    max-width: 100%;
    width:450px;
    margin: 100px auto;
    padding: 20px;
    border-radius: 5px;
    position: relative;
}

/* Estilos para el botón de cerrar */
#cerrar-modal {
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
}

.close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.input_login_button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width1: 60%;
    color: #fff;
    background-color: #AB3032;
    padding: 10px 15px;
    margin: 10px 0px 10px 0px;
    border: none;
    border-radius: 4px;
}

#formulario-modal{
    text-align:center;
}