.gradient-custom-2 {
    /* fallback for old browsers */
    /*background: #fccb90;*/

    /* Chrome 10-25, Safari 5.1-6 */
    /*background: -webkit-linear-gradient(to right, #F2B90F, #F5CB4B ,#F8DC87, #FCEDC3 );*/

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /*background: linear-gradient(to right,#FCEDC3,#F8DC87,#F5CB4B,#F2B90F,#F5CB4B,#F8DC87,#FCEDC3);*/
    background: linear-gradient(to right,#F2B90F,#F5CB4B,#F2B90F);
}

@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
}
@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}



#contenedorPadre {
    position: relative;
}
#contenedorHijo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*popover */
.custom-popover {
    --bs-popover-max-width: 200px;
    --bs-popover-border-color: var(--bd-violet-bg);
    --bs-popover-header-bg: var(--bd-violet-bg);
    --bs-popover-header-color: var(--bs-white);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: .5rem;
}

#forgot1{
    min-width: auto;
}
