.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    }
    
    @media (min-width: 1025px) {
    .h-custom-2 {
    height: 100%;
    }
    }
    .login_title {
        color: #273144;
        font-weight: 800 !important;
        font-size: 2rem;
        line-height: 2.5rem;
      }
      .login_custom{
        display: flex !important;
        justify-content: center;
        margin-top: 60px !important;
      }
      .btn.btn-info.btn-lg.btn-block {
        background: #425feb;
      }
      .link-info{
        color: #425feb !important;
      }
      .small.mb-4.pb-lg-0.taxt-end{
        text-align: end !important;
      }
      .d-flex.me-1 {
        gap: 10px;
      }
      .img_logo {
        height: 100px;
        margin-top: 20px;
      }
      img.w-100.h-100vh {
        height: 100vh;
    }
    .position_fixed_w_42{
      width: 42% !important;
      position: fixed;
    }