/* About logo replacement */
img._logo_gqrz8_1 {
  /* display: block; */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../img/axelor.png) no-repeat;
  width: 180px;
  height: 236px;
  padding-left: 180px;
  padding-top: 150px;
}

/* About SDK replacement */
._mt-4_1ncgs_8319 h5 {
  visibility: hidden;
  position: relative;
}

._mt-4_1ncgs_8319 h5:after {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "App SDK";
}

/******** Hide Axelor copyright and links ********/

/* Hide the "License" link in the Client/Application section */
._modal-body_1ncgs_5779 > ._text-center_1ncgs_8761 > div:nth-child(2) ._d-flex_1ncgs_7666 a:nth-child(2) {
  display: none !important;
}

/* Hide the build info timestamp (build date and revision number) in the SDK section */
._modal-body_1ncgs_5779 > ._text-center_1ncgs_8761 ._mt-4_1ncgs_8319 ~ div > p span[style*="font-size: small"] {
  display: none !important;
}

/* Hide the Axelor copyright text "© 2025 Axelor. All Rights Reserved." */
._modal-body_1ncgs_5779 > ._text-center_1ncgs_8761 ._mt-4_1ncgs_8319 ~ div > p:last-of-type {
  display: none !important;
}

/* Hide the links section in SDK area (axelor.com, Documentation, API Documentation, License) */
._modal-body_1ncgs_5779 > ._text-center_1ncgs_8761 ._mt-4_1ncgs_8319 ~ div > ._d-flex_1ncgs_7666 {
  display: none !important;
}

/* Hide the "System Information" button at the bottom of the About modal */
._modal-body_1ncgs_5779 > ._text-center_1ncgs_8761 ~ * ._mt-3_1ncgs_8315,
._modal-body_1ncgs_5779 > ._text-center_1ncgs_8761 ._mt-3_1ncgs_8315 {
  display: none !important;
}

/********Login form*******/

/*Main*/
._mt-5_1ncgs_8323 {
    margin-top: 25vh !important;
}

/*button*/
._mt-4_1ncgs_8319 > ._btn-primary_1ncgs_3175 {
    --bs-btn-bg: #ff4816!important;
    --bs-btn-border-color: #ff4816!important;
    --bs-btn-hover-bg: #ff4816!important;
    --bs-btn-hover-border-color: #ff4816!important;
    --bs-btn-active-bg: #ff4816!important;
    --bs-btn-active-border-color: #ff4816!important;
    --bs-btn-active-shadow: inset 0 3px 5px #ff4816!important;
    --bs-btn-disabled-bg: #ff4816!important;
    --bs-btn-disabled-border-color: #ff4816!important;
}
/*Button hover*/
._mt-4_1ncgs_8319 > ._btn_1ncgs_2551:hover {
    background-color: #ff7650!important;
    border-color: #ff4816!important;
}

/*Input borders*/
._input_1d6op_1 {
    --ax-input-focus-border: var(--ax-theme-input-focus-border, 1px solid #ff4816)!important;
    }

/*Link*/
._link-primary_alqh1_1 {
    color: #ff7650!important;
}
._link-primary_alqh1_1 {
    color: #ff7650!important;
}
._link-primary_alqh1_1:hover {
    color: #ff4816 !important;
}