.login-left-side-css {
    background: linear-gradient(
      289.94deg,
      #03060d 1.12%,
      #15284c 88.91%,
      #15284c 99.6%
    );
  }
  .login-img-text-css {
    position: absolute;
    top: 56px;
    padding: 0 50px;
    font-weight: bold;
    font-size: 35px;
    color: #fff;
    line-height: 40px;
  }
  .login-logo-img-css {
    height: 79px;
  }
  .login-btn-css {
    background-color: #e73f56;
    color: #fff !important;
    width: 100%;
    padding: 12px 0px;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.25rem;
    font-size: 1rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .login_main_title_css {
    font-size: 2rem;
    color: #e73f56;
  }
  .login_sub_title_css {
    font-size: 18px;
    color: #e73f56;
  }
  .login_page_link_css,.login_page_link_css a {
    font-size: 20px;
    color: #e73f56;
  }
  .eye_icon_for_pass_css {
    position: absolute;
    z-index: 9;
    right: 10px;
    top: 8px;
    font-size: 19px;
    cursor: pointer;
  }
  .common_sign_btn_css {
    color: #fff !important;
    background-color: #e73f56;
    width: max-content;
    cursor: pointer;
    padding: 4px 6px;
    border-radius: 3px;
    text-decoration: none !important;
}