.btn-outline-secondary{
    font-family: ABBvoice-Medium, sans-serif !important;
}
.login-btn{
    font-family: ABBvoice-Medium, sans-serif !important;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff;
}

body{
    background-color: #edf0f5;
}
.landing-img{
    height: calc(100vh - 180px);
    pointer-events: none;
}
.footer{
    padding: 10px 15px;
}
.text-red{
    color: var(--red);
}
.background-img{
    background-image: url(../images//ABB_landing.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: calc(100vh - 109px);
    opacity: 0.45;
}
.overlay{
    position: absolute;
    top: 0;
    width: 100%;
    background-color: #00000024;
    height: 100%;
    /* opacity: 0.6; */
}
.box-shadow{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}
.product-div{
    border: 1px solid #777;
    background: #d6e4f5;
}