﻿* {
    font-family: 'Roboto', sans-serif;
}

.padding_half {
    padding: 3.75rem 0;
}

.background-img {
    /*ForCustomer*/
    background: url(../images/ResetPassword/CHANGE-PASSWORD-CUS.png) no-repeat;
    /*ForAdmin*/
    /*background: url(../images/ResetPassword/CHANGE-PASSWORD-ADM.png) no-repeat;*/
    background-size: cover;
    background-position: right !important;
    background-attachment: fixed !important;
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
}

.webconfirmation {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    margin: 30px 0 30px 0;
}

    .webconfirmation li {
        list-style-type: none;
    }

.containereye {
    display: flex;
    flex-direction: column;
    max-width: 385px;
}

.DivConfirmation {
    width: 100%;
    margin-top: 85px;
}

.CardConfirmation {
    box-shadow: 10px 20px 10px rgb(0 0 0 / 25%);
    border-radius: 24px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bgconfirmation {
    background: #2f353dbd;
}

.container-padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.container-padding-main {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
}

.Laptop {
    transform: scale(1.5,1.5);
    max-width: 85%;
    padding-top: 120px;
    z-index: 9000;
}

.font-weight-bolder {
    font-weight: 900;
}

.whitecolor {
    color: #fff;
}

.inputab {
    width: 100%;
    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);
    text-align: center;
    margin-bottom: 27px;
    font-family: 'Roboto', sans-serif;
}

    .inputab::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*/
    .inputab:-webkit-autofill {
        -webkit-transition-delay: 100000000s;
    }

.btn-ab-green {
    background-color: #33821D;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 45px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 21px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.movilconfirmation {
    display: none;
}

.heighdiv {
    min-height: 100vh;
}

.textIndication {
    font-size: 1.5rem;
}

.title-page {
    font-size: 2rem;
}

.logo-page {
    width: 250px;
}

.app-footer {
    padding-bottom: 30px;
}

@media only screen and (min-width: 2100px) {
    .Laptop {
        transform: scale(1.3,1.3);
        max-width: 60%;
        padding-top: 120px;
        z-index: 9000;
    }
}

@media only screen and (max-width: 1400px) {
    .Laptop {
        transform: scale(1.4,1.4);
        max-width: 85%;
        padding-top: 190px;
        z-index: 9000;
    }

    .app-footer {
        padding-top: 30px !important;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 1300px) {
    .Laptop {
        transform: scale(1.4,1.4);
        max-width: 87%;
        padding-top: 200px;
        z-index: 9000;
    }

    .app-footer {
        padding-top: 30px !important;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .Laptop {
        transform: scale(1.4,1.4);
        max-width: 87%;
        padding-top: 200px;
        z-index: 9000;
    }

    .app-footer {
        padding-top: 30px !important;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 1100px) {
    .Laptop {
        transform: scale(1.4,1.4);
        max-width: 89%;
        padding-top: 230px;
        z-index: 9000;
    }

    .app-footer {
        padding-top: 30px !important;
        padding-bottom: 20px;
    }
}

@media only screen and (max-width: 992px) {

    .movilconfirmation {
        display: block;
    }

    .webconfirmation {
        display: none;
    }

    .Laptop {
        transform: scale(1.3,1.3);
        max-width: 90%;
        padding-top: 100px;
        z-index: 9000;
    }

    .app-footer {
        padding-top: 80px;
        padding-bottom: 20px;
    }

    .CardConfirmation {
        left: 0%;
    }

    .bgconfirmation {
        background-color: #2f353dc2;
    }

    .background-img {
        background-size: cover;
        background-position: inherit !important;
        background-attachment: fixed !important;
    }
}

@media only screen and (max-width: 600px) {
    .app-footer {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .heighdiv {
        min-height: 95vh;
    }
}

@media only screen and (max-width: 550px) {
    .heighdiv {
        min-height: 90vh;
    }
}

@media only screen and (max-width: 500px) {
    .app-footer {
        padding-top: 30px !important;
        padding-bottom: 20px;
    }

    .heighdiv {
        min-height: 85vh;
    }
}

@media only screen and (max-width: 480px) {
    .container-padding-main {
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }

    .container-padding {
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }

    .app-footer {
        padding-top: 30px !important;
        padding-bottom: 20px;
    }

    .heighdiv {
        min-height: 90vh;
    }

    .textIndication {
        font-size: 1.3rem;
    }

    .title-page {
        font-size: 1.5rem;
    }

    .logo-page {
        width: 200px;
    }
}

@media only screen and (max-width: 450px) {
    .container-padding-main {
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }

    .container-padding {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .Laptop {
        transform: scale(1.5,1.5);
        max-width: 90%;
        padding-top: 20px;
        z-index: 9000;
    }

    .app-footer {
        padding-top: 30px !important;
        padding-bottom: 20px;
    }

    .heighdiv {
        min-height: 80vh;
    }

    .logo-page {
        width: 190px;
    }

    .textIndication {
        font-size: 1rem;
    }
}
