body {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-image: url(../img/bg-pattern.png);
}



form {
    border: 1px solid #ffffff;
    border-radius: 0px;
    padding: 25px;
    margin: 20px;
    width: 100%;
    max-width: 430px;
    background-color: #ffffff;
    height: 970px;
    text-align: left;
    font-size: 20px;
    margin-top: 50px;
    box-shadow: 0 0 20px rgba(167, 163, 163, 0.7);

}


form h2 {
    font-size: 35px;
    color: #16609c;
    margin: 0;
    margin-bottom: 10px;
}

form p {
    font-size: 16px;
    color: #5E5E5E;
    margin-bottom: 35px;
}

.input-wrapper {
    position: relative;
    width: 80%;
    margin-bottom: 35px;
}

input {
    color: #0D0D0D;
    padding: 20px 15px 20px 60px;
    width: 100%;
    border-radius: 0px;
    border: 0;
    box-shadow: 0 0 20px rgba(167, 163, 163, 0.7);
    outline: none;
    font-size: 16px;
    border: 2px solid rgb(165, 163, 163);

}

input::placeholder {
    font-size: 16px;
    color: #BBBBE2;
}



.btn {
    padding: 20px;
    background: #16609c;
    box-shadow: 0 0 20px rgb(192, 203, 251, 0.7);
    color: #FFFFFF;
    font-size: 20px;
    cursor: pointer;
    width: 100px;

}

.btn:hover {
    background: #0d3d64;
}

.success {
    position: absolute;
    top: 50px;
    color: #16609c;
    font-size: 18px;
    background-color: #FFFFFF;
    border-color: #0D0D0D;
    box-shadow: 0 0 20px rgba(167, 163, 163, 0.7);
    width: 100%;
    height: 60px;
    text-align: center;
}

.error {
    position: absolute;
    top: 50px;
    color: #e02d00;
    font-size: 18px;
    background-color: #FFFFFF;
    border-color: #0D0D0D;
    box-shadow: 0 0 20px rgba(167, 163, 163, 0.7);
    width: 100%;
    height: 60px;
    text-align: center;


}



.Sign-In {
    font-weight: bold;
    position: relative;
    top: -80%;
    left: 2px;
    right: 25px;
    font-size: 22px;
    margin: -30px 0;
    justify-content: space-between;
    margin-top: 790px;

}

.Sign-In a:hover {
    text-decoration: underline;

}





header {
    background-color: #ffffff;
    padding: 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;

}

.container-header {
    display: flex;
    align-items: center;


}

.container-header img {
    margin-right: 10px;
    width: 25px;
    height: auto;


}

.dropdown-menu {
    display: none;
    position: absolute;
    list-style-type: none;
    padding: 0;
    background-color: #dfdfdf;
    border: 1px solid #ccc;
    width: 100%;
    left: 0;
    align-items: center;
    font-size: 12px;


}

.dropdown-menu li {
    margin: 0;
}

.dropdown-menu li a {
    color: #333;
    text-decoration: none;
    pointer-events: none;

}

.dropdown-menu li img {
    width: 50px;
    height: 50px;
    margin-right: 10px;

}

.dropdown-toggle:hover+.dropdown-menu {
    display: block;
}


h1 {
    font-size: 10px;
    order: 1;

}


a {
    color: #16609c;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100px;
    order: 0;
    margin-left: 25px;

}


input:focus {
    background-color: rgb(252, 252, 172);
}


.main-header-bar {
    background-color: #16609c;
    padding: 20px;
}

.uscis-logo-small-width img {
    max-width: 530px;
    height: 60px;
}


/*footer*/


.footer {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    gap: 20px;
    padding: 20px;
    box-sizing: border-box;
    align-items: center;
    background-color: none;
    margin: auto;
    margin-top: 1195px;
    position: absolute;
    background-color: rgb(170, 170, 170);
    height: 120px;
    display: flex;


}

.footer img {
    max-width: 300px;
}


.footer .redes-sociales {
    display: flex;
    margin: 950px;
}

.footer .redes-sociales img:hover {

    background-color: #ffffff;
}

.footer .redes-sociales img {
    width: 60px;
    background-color: rgb(170, 170, 170);

}


hr {
    margin-bottom: 15px;
}


.cargo {
    font-size: 15px;
    display: flex;
    flex-direction: column;
}

/*vista portatil*/
@media(max-width:1730px) {

    .footer {
        max-width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        display: flex;
        gap: 680px;
        padding: 20px;
        box-sizing: border-box;
        align-items: center;
        background-color: none;
        margin: auto;
        margin-top: 1400px;
        position: absolute;
        background-color: rgb(170, 170, 170);
        height: 120px;
        display: flex;
    }

    .footer img {
        max-width: 300px;

    }


    .footer .redes-sociales {
        display: flex;
        margin-left: 20px;

    }

    .footer .redes-sociales img:hover {

        background-color: #ffffff;
    }

    .footer .redes-sociales img {
        width: 58px;
        background-color: #9b9a9a;
        gap: 1px;
    }
}

@media(max-width:576px) {
    .footer {
        margin-top: 1400px;
        max-width: 100%;
        gap: 2px;


    }

    .footer img {
        width: 100px;


    }

    .footer .redes-sociales img {
        width: 20px;
        background-color: #ffffff;
        gap: 1px;


    }

    .footer .redes-sociales {
        margin-left: 15px;
    }

    .footer .redes-sociales img:hover {

        background-color: #8a8a8a;
    }

    ul {
        background-color: #ffffff;
        transform: translateY(65%);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        width: 200px;
        margin-right: 200px;

    }

    form {
        height: 1050px;
    }

    .Sign-In {
        margin-top: 860px;

    }
}