.body-back {
    /*ForCustomer*/
    /*background: url(https://abposusfiles.blob.core.windows.net/images/CUSTOMERS-D.png) no-repeat;*/
    /*ForAdmin*/
    background: url(https://abposusfiles.blob.core.windows.net/images/ADMIN-D.png) no-repeat;
    background-size: cover;
    background-position: inherit !important;
    background-attachment: fixed !important;
}

.h-100 {
    height: 100%;
}

.imgCportal {
    width: 170px;
}

.main {
    margin: 0;
}

.abbutton {
    background-color: #134486;
    color: white;
    border-radius: 25px;
    font-size: 20px;
    padding: 10px 50px 10px 50px;
    border: 0 !important;
    cursor: pointer;
}

input.un {
    width: 76%;
    color: white;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background-color: rgba(255,255,255,0.4) !important;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0.02);
    /*margin-bottom: 50px;*/
    /*margin-left: 16px;*/
    text-align: center;
    margin-bottom: 27px;
    font-family: 'Roboto', sans-serif;
}

.un::placeholder {
    color: rgba(255,255,255,0.7) !important;
}
/*La siguiente regla no es standar y por eso se marca, pero funciona para Chrome que es donde se daba el bug del autofill*/
input.un:-webkit-autofill {
    -webkit-transition-delay: 100000000s;
}

.underline {
    text-decoration: underline;
}

form.form1 {
    padding-top: 18px;
}

.forgot {
    text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
    color: #E1BEE7;
    padding-top: 15px;
}

.bglogin {
    background-color: #161C2A8F;
}

.form-group span {
    color: white;
}

.form-group {
    margin-bottom: 0;
}

.app-footer {
    background-color: #e8eef700;
}

    .app-footer span {
        font-size: 11px;
        color: white;
    }

.navbar-light .navbar-brand {
    color: #FFFFFF;
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: #666666;
    }

.btn-login {
    background-color: #666666;
    color: white;
    border-color: white;
}

.sub {
    padding-bottom: 40px;
    text-align: center;
    margin-top: 30px;
}

.navbar-light .navbar-brand:hover {
    color: #FFFFFF;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.validation-summary-errors {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    font-size: 12px;
}

.alert-heading {
    display: none;
}

.validation-summary-errors .alert-heading {
    display: block;
    font-size: 12px;
}

.nomarginbotton {
    margin-bottom: 0rem;
}

html, main {
    height: 100% !important;
}

.body-back {
    min-height: 100% !important;
}

.abbutton:focus {
    outline: none;
}

.owl-dots {
    margin-left: 10px;
    margin-top: 5px;
}

.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: none;
    transition: 0.4s all;
    border: 1px solid white;
    overflow: hidden;
    margin: 10px 5px 5px 5px;
}

    .owl-dot::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #134486;
        transform: translateY(100%);
    }

.active.owl-dot::after {
    transform: translateY(0);
    background-color: white;
}

.movilform {
    display: none;
}

.tophalf {
    padding-top: 15%;
}

.copy {
    height: 15%;
    padding: 0 40px 0 40px;
}

.f-lg {
    font-size: 10px;
}

.IconUser {
    font-size: 20px;
}

.IconPass {
    font-size: 24px;
}

.btnapk {
    width: 100px;
}

@media only screen and (min-width: 2100px) {
    .tophalf {
        padding-top: 20%;
    }

    .f-lg {
        font-size: 15px;
    }

    .copy {
        height: 30%;
    }

    .imgCportal {
        width: 250px;
    }
}

@media only screen and (min-width: 1995px) and (max-width: 2099px) {
    .tophalf {
        padding-top: 20%;
    }

    .copy {
        height: 26%;
    }

    .imgCportal {
        width: 200px;
    }
}

@media only screen and (min-width: 1900px) and (max-width: 1994px) {
    .tophalf {
        padding-top: 20%;
    }

    .copy {
        height: 25%;
    }

    .imgCportal {
        width: 200px;
    }
}

@media only screen and (min-width: 1800px) and (max-width: 1899px) {
    .tophalf {
        padding-top: 20%;
    }

    .copy {
        height: 25%;
    }

    .imgCportal {
        width: 200px;
    }
}

@media only screen and (min-width: 1700px) and (max-width: 1799px) {
    .tophalf {
        padding-top: 18%;
    }

    .copy {
        height: 18%;
    }

    .imgCportal {
        width: 200px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    .tophalf {
        padding-top: 10%;
    }

    .copy {
        height: 18%;
        padding: 0 40px 0 40px;
    }

    .imgCportal {
        width: 200px;
    }
}
/*Edge HP*/
@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .tophalf {
        padding-top: 10%;
    }

    .copy {
        height: 18%;
        padding: 0 40px 0 40px;
    }

    .imgCportal {
        width: 200px;
    }
}
/*opera HP*/
@media only screen and (min-width: 1400px) and (max-width: 1499px) {
    .tophalf {
        padding-top: 10%;
    }

    .f-lg {
        font-size: 10px;
    }

    .copy {
        height: 20%;
    }
    /*.imgCportal {*/
    /*width: 200px;
    }*/
}

@media only screen and (min-width: 1300px) and (max-width: 1399px) {
    .tophalf {
        padding-top: 8%;
    }

    .f-lg {
        font-size: 8px;
    }

    .copy {
        height: 10%;
    }

    .imgCportal {
        width: 160px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .tophalf {
        padding-top: 6%;
    }

    .f-lg {
        font-size: 6px;
    }

    .copy {
        height: 0%;
    }

    .imgCportal {
        width: 140px;
    }

    input.un {
        width: 90% !important;
        padding: 2px 10px !important;
        margin-bottom: 10px !important;
        margin-left: 0px !important;
    }

    .abbutton {
        border-radius: 20px;
        font-size: 12px;
        padding: 5px 40px 5px 40px;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    .tophalf {
        padding-top: 6%;
    }

    .f-lg {
        font-size: 6px;
    }

    .copy {
        height: 0%;
    }

    .imgCportal {
        width: 120px;
    }

    .abbutton {
        border-radius: 20px;
        font-size: 12px;
        padding: 5px 40px 5px 40px;
    }
}

@media only screen and (min-width: 1070px) and (max-width: 1099px) {
    .sub {
        padding-bottom: 5px;
        text-align: center;
        margin-top: 5px;
    }

    .sign {
        margin-bottom: 0 !important;
    }

    .btnapk {
        width: 60px;
    }

    .tophalf {
        padding-top: 3%;
    }

    .f-lg {
        font-size: 6px;
    }

    .copy {
        height: 10%;
    }

    .imgCportal {
        width: 100px !important;
    }

    input.un {
        width: 90% !important;
        padding: 2px 10px !important;
        margin-bottom: 10px !important;
        margin-left: 0px !important;
    }

    form.form1 {
        padding-top: 0px !important;
    }

    .abbutton {
        border-radius: 20px;
        font-size: 12px;
        padding: 5px 40px 5px 40px;
    }
}

@media only screen and (min-width:993px) and (max-width: 1069px) {
    .body-back {
        background-position: center !important;
    }
    .sub {
        padding-bottom: 5px;
        text-align: center;
        margin-top: 5px;
    }

    .sign {
        margin-bottom: 0 !important;
    }

    .btnapk {
        width: 60px;
    }

    .tophalf {
        padding-top: 3%;
    }

    .f-lg {
        font-size: 6px;
    }

    .copy {
        height: 10%;
    }

    .imgCportal {
        width: 100px;
    }

    input.un {
        width: 90% !important;
        padding: 2px 10px !important;
        margin-bottom: 10px !important;
        margin-left: 0px !important;
    }

    form.form1 {
        padding-top: 0px;
    }

    .abbutton {
        border-radius: 20px;
        font-size: 12px;
        padding: 5px 40px 5px 40px;
    }
}

@media only screen and (max-width: 992px) {
    .bglogin {
        background-color: rgb(0 0 0 / 0%);
    }

    .webform {
        display: none;
    }

    .f-lg {
        font-size: 15px;
    }

    .owl-carousel {
        width: 90% !important;
        padding-left: 90px;
    }

    .movilform {
        display: block;
    }

    .tophalf {
        padding-top: 10%;
    }

    .body-back {
        background-position: left !important;
    }

    .copy {
        height: 45%;
    }

    .copy2 {
        text-align: center;
    }

    form.form1 {
        padding-top: 75px;
    }

    .btnapk {
        width: 150px;
    }

    .imgCportal {
        width: 200px;
    }
}

@media only screen and (max-width: 850px) {
    .tophalf {
        padding-top: 10%;
    }

    input.un {
        width: 76%;
        padding: 10px 20px;
        margin-bottom: 5px;
        margin-left: 16px;
    }

    .copy {
        height: 35% !important;
    }

    .f-lg {
        font-size: 13px;
    }

    form.form1 {
        padding-top: 95px;
    }
}
/*not working*/
@media only screen and (width: 812px) and (height:375px) {
    .imgCportal {
        width: 80px;
    }

    .tophalf {
        padding-top: 2%;
    }

    .f-lg {
        font-size: 8px;
    }

    .btnapk {
        width: 120px;
    }

    .footerdiv {
        display: none;
    }

    .py-3 {
        padding-bottom: 0rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .tophalf {
        padding-top: 14%;
    }

    .copy {
        height: 35%;
    }

    form.form1 {
        padding-top: 90px;
    }

    .f-lg {
        font-size: 15px;
    }
}
/*not working*/
@media only screen and (width: 736px) and (height:414px) {
    .imgCportal {
        width: 80px;
    }

    .tophalf {
        padding-top: 2%;
    }

    .f-lg {
        font-size: 8px;
    }

    .btnapk {
        width: 120px;
    }

    .footerdiv {
        display: none;
    }

    .py-3 {
        padding-bottom: 0rem !important;
    }
}

@media only screen and (width: 731px) and (height:411px) {
    .imgCportal {
        width: 80px;
    }

    .tophalf {
        padding-top: 2%;
    }

    .f-lg {
        font-size: 8px;
    }

    .btnapk {
        width: 120px;
    }

    .footerdiv {
        display: none;
    }

    .py-3 {
        padding-bottom: 0rem !important;
    }
}

@media only screen and (width: 720px) and (height:540px) {
    .imgCportal {
        width: 100px;
    }

    .tophalf {
        padding-top: 5%;
    }

    .f-lg {
        font-size: 8px;
    }

    .btnapk {
        width: 120px;
    }
}

@media only screen and (max-width: 700px) {
    .owl-carousel {
        padding-left: 60px;
    }

    form.form1 {
        padding-top: 90px;
    }

    .f-lg {
        font-size: 12px;
    }

    .btnapk {
        width: 150px;
    }
}

@media only screen and (max-width: 650px) {
    .owl-carousel {
        padding-left: 50px;
    }

    .copy {
        height: 20%;
    }

}
/*not working*/
@media only screen and (width: 667px) and (height:375px) {
    .imgCportal {
        width: 80px;
    }

    .tophalf {
        padding-top: 2%;
    }

    .f-lg {
        font-size: 8px;
    }

    .btnapk {
        width: 120px;
    }

    .footerdiv {
        display: none;
    }

    .py-3 {
        padding-bottom: 0rem !important;
    }
}

@media only screen and (width: 640px) and (height:360px) {
    .imgCportal {
        width: 80px;
    }

    .tophalf {
        padding-top: 2%;
    }

    .f-lg {
        font-size: 8px;
    }

    .btnapk {
        width: 120px;
    }

    .footerdiv {
        display: none;
    }

    .py-3 {
        padding-bottom: 0rem !important;
    }
}

@media only screen and (width: 600px) and (height:400px) {
    .imgCportal {
        width: 80px;
    }

    .tophalf {
        padding-top: 2%;
    }

    .f-lg {
        font-size: 8px;
    }

    .btnapk {
        width: 120px;
    }

    .footerdiv {
        display: none;
    }

    .py-3 {
        padding-bottom: 0rem !important;
    }
}

@media only screen and (width: 600px) and (height:390px) {
    .imgCportal {
        width: 80px;
    }

    .tophalf {
        padding-top: 2%;
    }

    .f-lg {
        font-size: 8px;
    }

    .btnapk {
        width: 120px;
    }

    .footerdiv {
        display: none;
    }

    .py-3 {
        padding-bottom: 0rem !important;
    }
}

@media only screen and (width: 600px) and (height:380px) {
    .imgCportal {
        width: 80px;
    }

    .tophalf {
        padding-top: 2%;
    }

    .f-lg {
        font-size: 8px;
    }

    .btnapk {
        width: 120px;
    }

    .footerdiv {
        display: none;
    }

    .py-3 {
        padding-bottom: 0rem !important;
    }
}

@media only screen and (width: 568px) and (height:320px) {
    .imgCportal {
        width: 80px;
    }

    .tophalf {
        padding-top: 2%;
    }

    .f-lg {
        font-size: 8px;
    }

    .btnapk {
        width: 120px;
    }

    .footerdiv {
        display: none;
    }

    .py-3 {
        padding-bottom: 0rem !important;
        padding-top: 0rem !important;
    }
}

@media only screen and (max-width: 500px) {
    .owl-carousel {
        padding-left: 30px;
    }

    form.form1 {
        padding-top: 50px;
    }

    .f-lg {
        font-size: 8px;
    }

    .btnapk {
        width: 150px;
    }
}

@media only screen and (max-width: 450px) {
    .btnapk {
        width: 90px !important;
    }

    .tophalf {
        padding-top: 16%;
    }

    input.un {
        width: 90% !important;
        padding: 10px 20px;
        margin-bottom: 5px;
        margin-left: 0px;
    }

    form.form1 {
        padding-top: 20px;
    }

    .body-back {
        /*ForCustormer*/
        /*background: url(https://abposusfiles.blob.core.windows.net/images/CUSTOMERS-M.png) no-repeat fixed center);*/
        /*ForAdmin*/
        background: url(https://abposusfiles.blob.core.windows.net/images/ADMIN-M.png) no-repeat fixed center;
        background-repeat: no-repeat;
        background-attachment: fixed !important;
        background-position: left;
        background-size: cover;
    }

    .title {
        font-size: 1.30rem;
    }

    .imgCportal {
        width: 150px;
    }

    .abbutton {
        padding: 5px 50px 5px 50px;
    }

    .f-lg {
        font-size: 7px !important;
    }

    hr {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .copy {
        height: 20%;
        padding: 0px;
    }

    .copy2 {
        text-align: justify;
    }
}