.div-superior {
    margin: 0 auto;
    width: 60%;
    max-width: 60%;
    height: 40rem auto;
    max-height: 100%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(37, 116, 219);
    border-radius: 5px;
}

.div-header {
    height: 4rem;
    display: flex;
    align-items: center;
    background-color: rgb(51,122,183);
    padding: 0px 10px 0px 10px;
    border-radius: 5px 5px 0px 0px;
    color: white;
}

.div-form {
    margin: 0 auto;
    width: 97%;
    max-width: 97%;
    height: 100rem auto;
    max-height: 100%;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(37, 116, 219);
    border-radius: 5px 5px 0px 0px;
    margin-bottom: 3px;
}

.div-mensaje {
    margin: 0 auto;
    width: 97%;
    max-width: 97%;
    height: 100rem auto;
    max-height: 100%;
    background-color: rgb(255, 255, 255);
    margin-bottom: 3px;
    font-family: Arial;
    font-size: 0.8rem;
}

#head-form  {
    height: 3rem;
    display: flex;
    align-items: center;
    background-color: rgb(19, 51, 80);
    padding: 0px 10px 0px 10px;
    border-radius: 5px 5px 0px 0px;
    color: white;
}

#content-form {
    margin: 0 auto;
    width: 90%;
    min-width: 90%;
}

#mensaje {
    background-color: rgb(102, 96, 96);
    color: beige;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    border-radius: 5px;
    padding: 0px 5px 0 5px;

}

#copiright {
    font-family:'Arial';
    font-size: 13px;
    font-weight: bold;
    color: rgb(10, 10, 168);
}

.boton {
    width: 8rem !important;
    max-width: 8rem;
}

.mb-12 {
    margin-bottom: 10px;
}

#div-copiright {
    margin-top: -5px;
    margin-left: 14px;
}


@media screen and (max-width: 800px) {
    .div-superior {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
        height: 40rem auto;
        max-height: 100%;
        background-color: rgb(255, 255, 255);
        border: 1px solid rgb(37, 116, 219);
        border-radius: 5px;
    }
    .div-boton {
        display: flex;
        justify-content: end;
        margin-bottom: -8px;
    }
    .boton {
        margin-top: 5px;
        width: 7rem !important;
        max-width: 7rem;
    }
    .div-mensaje {
        font-family: Arial;
        font-size: 0.7rem;
    }
    .mb-12 {
        margin-bottom: 2px;
    }
    .div-header {
        padding-top: 5px;
        height: 3rem;
        font-family:Arial;
        font-size: 5rem !important;
    }
    #head-form  {
        font-family:Arial;
        padding-top: 5px;
        font-size: 5px !important;
    }
    #mensaje {
        font-size: 12px;
    }
    .linea {
        margin-bottom: -10px;
    }

    #copiright {
        font-family:'Arial';
        font-size: 12px;
        font-weight: bold;
        color: rgb(10, 10, 168);
    }
    #div-copiright {
        margin-top: -5px;
        margin-left: 8px;
    }

    
}