/* input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus { */
    /* -webkit-box-shadow: 0 0 0px 1000px transparent inset; */
/* } */
.loginInput:focus{
color:#F26E21;
border-color: #F26E21;
outline: none;
}
.loginInput{
border: 1px solid #00000029;
border-radius: 8px;
width: 100%; 
height: 45px;
}
.passContent {
  position: relative;
}
.passInput {
  padding-right: 40px;
}
.eyeIcon {
  width:1.7rem;
  position: absolute;
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
  color: #999;
}
.forgot{
text-decoration: none;
color:#2E2C2B;
padding-top: 15px;
}
.forgot:hover{
text-decoration: none;
color:#F26E21;
}
.btnLogin{
background: transparent linear-gradient(90deg, #F26E21 3%, #F79A56 100%) 0% 0% no-repeat padding-box;
border-radius: 29px;
text-align: center;
/* margin-top: 31px; */
padding: 0px;
width: 100px;
height: 40px;
color: #ffffff;
border: 0px;
}
.registerLink{
color: #F26E21;
}
.registerLink:hover{
color: #F26E21;
font-weight: 900;
transform: scale(1.1);
}
.custom-checkbox {
display: none;
}

.custom-checkbox + label {
cursor: pointer;
padding-left: 25px; 
position: relative;
}
.custom-checkbox + label:before {
content: "";
display: inline-block;
width: 18px;
height: 18px;
border: 2px solid #ccc; 
background-color: white; 
position: absolute;
left: 0;
top: 1px;
}

.custom-checkbox:checked + label:before {
  content: "✓";
  color: #F26E21;
  display: flex;
  font-size: 1.5rem;
  align-items: center;
  justify-content: center;
/* background-color: #F26E21;  */
  border-color: #F26E21; 
}
.eye{
  top: 571px;
  left: 1135px;
  width: 20px;
  height: 20px;
  transform: matrix(1, -0.09, 0.09, 1, 0, 0);
  border: 2px solid #F26E21;
  opacity: 1;
}










/* .passContent {
  position: relative;
}
  
.passInput {
  padding-right: 40px;
}
  
.passContent::before {
  content: "👁️";
  position: absolute;
  right: 10px;
  top: 60%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
  color: #999;
}
  
.passInput::-webkit-outer-spin-button,
.passInput::-webkit-inner-spin-button {
  ç-webkit-appearance: none;
  margin: 0;
}
  
.passInput[type="number"] {
  -moz-appearance: textfield;
} */