:root {
    --azul-inst: #FA5555;
    --azul-border: #E2E5E9;
}

[dir=ltr] .btn-custom{
    background-color: var(--azul-inst);
}
[dir=ltr] .input-group.input-group-merge .form-control-prepended:focus {
    border-color: var(--azul-inst);
}
[dir=ltr] .custom-control-input:checked~.custom-control-label::before {

    border-color: var(--azul-inst);
    background-color: var(--azul-inst);
}
.mega{
    display: flex;
    height: 100vh;
    width: 100%;

}
.imagen-fondo {
    background-image: url("../../../assets/images/backgrounds/citroscut/bg-citroscut-3.jpg") !important;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    width: 100%;

}
.image-bottom {
    /* background-image: url("../../assets/images/backgrounds/ifood_back_office.jpg"); */
    background-image: url("../../../assets/images/backgrounds/citroscut/bg-citroscut-3.jpg") !important;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    width: 100%;


}

[dir=ltr] .image-bottom-home {
    position: relative;
    /* background: url(../../assets/images/backgrounds/bg_home.jpg); */
    background-image: url("../../../assets/images/backgrounds/citroscut/bg-citroscut-3.jpg") !important;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    width: 100%;


}
[dir=ltr] .image-bottom-home:before {
    content:'';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.1);
}
.login .simplebar-content{display: flex !important;height: 100%!important;}
