/* * + File Modified, Joshua Michael Clark, 2024/10/30, NXLP-2311, login stuff matches exactly */
/* * + File Modified, Radha Pitamber, 2025/03/19, NXLP-2516, Styled login page like Khold */
/* * + File Modified, Joshua Michael Clark, 2025/03/27, NXLP-2585, style for the masses ( other browsers ) 
* + File Modified, Keagan Dylan de Beer, 2025/03/28, NXLP-2591, 2592, 2593 , Fixing heading logo
* + File Modified, Keagan Dylan de Beer, 2025/03/28, NXLP-2594 , fixing work with us btn
* + File modified, Radha Pitamber, 2025/03/28, NULL, Style Changes
* + File modified, Radha Pitamber, 2025/04/15, NULL, Styling for QR code
* + File Modified, Radha Pitamber, 2025/05/09, NXLP-2837, QR code Adjustement


*/

@font-face {
	font-family: 'helvetica neue regular';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("/php/fonts/khold/helveticaneueregular.ttf") format("truetype"), url("/php/fonts/khold/helveticaneueregular.ttf") format("truetype"); 
}
/* @font-face {
	font-family: 'HelveticaNeue-medium';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("/php/fonts/helveticaneueregular.ttf") format("truetype"), url("/php/fonts/helveticaneueregular.ttf") format("truetype"); 
} */
@font-face {
	font-family: 'helvetica neue bold';
	font-style: normal;
	font-weight: 900;
	font-display: block;
	src: url("/php/fonts/khold/helveticaneuebold.ttf") format("truetype"), url("/php/fonts/khold/helveticaneuebold.ttf") format("truetype"); 
}


*{
  font-family: 'helvetica neue regular', 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif !important;
  font-weight: 400 !important;
  
}

* a{
  text-transform: uppercase;
  font-size: 14px;

}

* label{
  opacity: .65;
}

#main {
  height: 100vh;
  position: relative !important;
}
#info {
  text-align: center !important;
  width: 100% !important;
  margin: 0 !important;
  border-radius: 5px !important;
  color: rgb(0, 0, 0) !important;
  left: 50% !important; 
  top: 40% !important;
  position: absolute !important;
  transform: translate(-50%, -50%) !important;
  background: rgb(255, 255, 255) !important;
 
}
.form-check {
  display: block !important; 
  min-height: 1.5rem !important;
  margin-bottom: 0.125rem !important;
  padding: 0 !important;}

h3 {
  text-align: center !important;
}
p {
  text-align: center !important;
}
span {
  font-weight: bold !important;
}
@media (min-width: 576px) {
  #info {
    width: 430px !important;
	  min-width: 430px !important;
  }
}
#logo{
    margin-bottom: -36px !important;
}
.userpass {
  color: rgb(0, 0, 0) !important;
}
#CHAPCHER {
  background: white !important;
}
#form-login {
  max-width: 70% !important;
  margin: 0 auto !important;
  margin-top: 50px !important;
}
.atag {
  text-align: center !important;
  margin-top: 10px !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
  text-align: left;
}
.loginBtn{
    width: 100% !important;
    margin-top: 8px !important;
    border-style: none !important;
    margin-bottom: 15px !important;
    border-radius: 40px;
    background-color: rgb(21, 31, 109) !important;
    color: #FFFFFF !important;
    border: solid 2px #FFFFFF !important;
}
.loginBtn:hover{
  transition: 400ms;
  background-color: rgb(255, 255, 255) !important;
  color: rgb(21, 31, 109) !important;
}
.sideBtn{
  width: 100%;
  margin-top: 8px;
  background: white;
  border-style: solid;
  border-color: black;
  border-width: 0.5px;
  margin-bottom: 15px;
}
.udetails{
    width: 100% !important;
}
.cbox{
  margin-top: 4px !important;
  text-align: left !important;
  padding: 2px !important;
  font-size: 20px !important;
    border-radius: 6px !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}
.checkboxLable{
  padding-top: 5px;
  float: left !important;
  padding-left: 40px !important;
  width: 80% !important;
}
.copyButton{
  width:150px !important;
}
.copyButtonMiddle{
  width:20px !important;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgb(21, 31, 109) !important;
  opacity: 1 !important; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgb(21, 31, 109) !important;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: rgb(21, 31, 109) !important;
}
.login_label {
  text-transform: uppercase !important;
  font-size: 12px !important;
  z-index: 99999 !important;
}

.login_backdrop {
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
  height: -webkit-fill-available !important;
  padding-top: 0px !important;
  height: inherit;
}

.cbox{
  font-size: 20px;
  border-radius: 6px !important;
}
.form-control {
  font-size: 0.9rem !important;
  -webkit-appearance: auto;
  appearance: auto;
  border-radius: 10px;
  height: 40px;
  /* color: #E1E1E5; */
  border-color: #E1E1E5;
}
.card{
  background-color: rgb(21, 31, 109);
  border-radius: 0px;
}

#b_show_password{
  background-color: rgb(21, 31, 109) !important;
  color: #FFFFFF !important;
  border: solid 2px #FFFFFF !important;
  border-radius: 0px 10px 10px 0px;
}
#b_show_password:hover{
  transition: 400ms;
  background-color: rgb(255, 255, 255) !important;
  color: rgb(21, 31, 109) !important;
}
a{
  color: #FFFFFF;
}
.customer_enter_img{
    margin-bottom: 20px;
}
.form-switch .form-check-input{
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.form-check-input:checked{
  background-color: rgb(21, 31, 109);
}
.glass{
  /* background: url("/php/images/customer_portal/login_background.png") !important; */
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: rgba(21, 31, 109) !important;
  background-blend-mode: lighten;
  overflow-y: hidden;
}
.customer_form{
  width: 100%;
}
.customer_margin_boost{
  margin: 0px 40px;
}
.text-white{
  color: #FFFFFF;
  opacity: 1;
}
footer{
  height: 100px;
}

.work_with_us_btn{
    margin-top: -14px !important;
    border-style: none !important;
    margin-bottom: 15px !important;
    border-radius: 40px;
    background-color: rgb(21, 31, 109) !important;
    color: #FFFFFF !important;
    border: solid 2px #FFFFFF !important;
    text-transform: none;
    padding: 12px 18px;
}
.work_with_us_btn:hover{
  transition: 400ms;
  background-color: rgb(255, 255, 255) !important;
  color: rgb(21, 31, 109) !important;
}

#b_no_qr_code {
  background-color: rgb(228, 64, 18) !important;
  border: 2px solid rgb(228, 64, 18) !important;
  color: white !important;
  border-radius: 40px !important;
  text-transform: none !important;
  padding: 12px 18px !important;
  margin-top: 20px !important;
  
}

#b_no_qr_code:hover{
  transition: 400ms;
  background-color: rgb(255, 255, 255) !important;
  color: rgb(228, 64, 18) !important;
}


.khold_nav {
  margin: 2.2vw 4vw;
  background-color: rgb(21, 31, 109);
}

#desktop_text_tan {
  opacity: 1;
  position: static;
  margin-top: 20px !important;
  text-transform: uppercase !important;
}
#mobile_text_tan {
  opacity: 0;
  position: absolute;
}

@media ( max-width: 600px ) {
  #desktop_text_tan {
      opacity: 0;
      position: absolute;
  }
  #mobile_text_tan {
      opacity: 1;
      position: static;
  }
  .work_with_us_btn {
      opacity: 0;
      position: absolute;
  }
  #copywritetext {
      position: absolute;
      width: 250px;
  }

  #b_no_qr_code {
    background-color: rgb(228, 64, 18) !important;
    border: 2px solid rgb(228, 64, 18) !important;
    color: white !important;
    border-radius: 40px !important;
    margin-top: 40px;
    text-transform: none !important;
    padding: 12px 18px !important;
  
  }
  
  

}