#loginForm {
    width: 400px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4); /* Ajusta los valores según tus preferencias */
    /* Otros estilos según sea necesario */
}

#captcha{
    margin-top: 10px;
}
#boton{
    margin-top: 20px;
}
@media screen and (max-width: 450px) {
    #loginForm {
        width: 350px;
    }
}

@media screen and (max-width: 400px) {
    #loginForm {
        width: 300px;
    }
}

@media screen and (max-width: 320px) {
    #loginForm {
        width: 250px;
    }
}
