﻿html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial","sans-serif", sans-serif !important;
    color: #000;
    background-color: #fff;
}

@media (max-width: 374px) {
    #fondopage {
        display: none;
    }

    .contenerlogin {
        top: 1% !important;
        position: relative !important;
    }
    .footerinfo {
        top: 70% !important;
        position: relative !important;
    }
    .imgzuga {
        display: none;
    }
    .imgcliente {
        width: 50%;
    }
}

@media (min-width: 375px ) and (max-width: 424px) {
    #fondopage {
        display: none;
    }

    .contenerlogin {
        top: 1% !important;
        position: relative !important;
    }
    .footerinfo {
        top: 70% !important;
        position: relative !important;
    }
    .imgzuga {
        display: none;
    }
    .imgcliente {
        width: 50%;
    }
}

@media (min-width: 425px ) and (max-width: 767px) {
    #fondopage {
        display: none;
    }
    .contenerlogin {
        top: 1% !important;
        position: relative !important;
    }
    .footerinfo {
        top: 70% !important;
    }

    .imgzuga {
        display: none;
    }
    .imgcliente {
        width: 50%;
    }
}

@media (min-width: 768px ) and (max-width: 1023px) {
    .contenerlogin {
        top: 1% !important;
    }
    .imgcliente {
        display: none;
    }
    .imgzuga {
        width: 50%;
    }
}

@media (min-width: 1024px ) and (max-width: 1439px) {
    .contenerlogin {
        top: 5% !important;
    }
    .imgcliente {
        display: none;
    }
    .imgzuga {
        width: 50%;
    }
}

@media (min-width: 1440px ) and (max-width: 2559px) {
    .contenerlogin {
        top: 10% !important;
    }
    .imgcliente {
        display: none;
    }
    .imgzuga {
        width: 50%;
    }
}

@media (min-width: 2560px ) {
    .contenerlogin {
        top: 10% !important;
    }
    .imgcliente {
        display: none;
    }
    .imgzuga {
        width: 50%;
    }
}

button#btnLogin {
    background-color: #002055;
    color: #fff !important;
}

.form-control:focus {
    color: #4e5154;
    border-color: #002055;
    outline: 0;
    background-color: #fff;
    box-shadow: none;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 32 85 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(0 32 85 / 60%);
}
strong {
    color: #002055;
    font-size: 16px;
}

a.icon.alt:hover {
    color: #002055;
}

a.icon.alt {
    color: #002055;
}


.contenerlogin {
    position: sticky;
    top: 20%;
    z-index: 1;
    background-color: white;
}

.footerinfo {
    position: sticky;
    top: 80%;
}

.imglogin {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
}