.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    }

    .bg-login-img{
        background-position: center;
background-repeat: no-repeat;
background-size: cover;
background-repeat: no-repeat;
position: relative;
z-index: 1;
background-position: center center; 
    }

    .bg-login-img::after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #0000007A 0% 0% no-repeat padding-box;
        z-index: -1;
      }

      .bg-login-img .text-pot{
        position: absolute;
        bottom: 10%;
        left: 5%;
      }

      .bg-login-img h1{
        font-style: normal;
        font-weight: 700;
        font-size: 48px;
        line-height: 60px;
        
        /* Nautral/White */
        
        color: #FFFFFF;
      }

      .bg-login-img p{
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 25px;
        
        /* Nautral/White */
        
        color: #FFFFFF;
        
      }
    
    @media (min-width: 1025px) {
    .h-custom-2 {
    height: 100%;
    }
    }

    .login-px-0{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    body{
        background: #FFF !important;
    }

    .main-signin-wrapper{
        background: #FFF !important;
    }

    .login-form{
        max-width: 75%;
        width: 75%;
    }

    @media (max-width: 1500px) {
        .login-form{
            max-width: 85%;
            width: 85%;
        }
    }