

#username {  background-position: 10px 10px !important }
#password {  background-position: 10px -53px !important }

#btnlogin {
    
    width:90%;
    padding: 15px 10px 15px 40px;
    /*box-sizing: border-box;*/
}

.loginbanner{
	width:100%;
	text-align: center;
	margin-bottom:24px;
	align-content: center;
}



/* Full-width input fields */
#tbllogin input[type=text], #tbllogin input[type=password], #tbllogin input[type=email] {
  width: 100%;
  padding: 12px 20px;
  margin: 0px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  /*opacity: 0.6;*/
}

img.loginicon {
height:210px;
width:210px;
border-radius: 50%;
/*
height:180px;
  width: 40%;
  border-radius: 50%;

*/	
}

#logindiv{
border-radius: 4%;	
}

/* Set a style for all buttons 

#04AA6D
*/
#tbllogin button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 60%;
}

#tbllogin button:hover {
  opacity: 0.8;
}


#tbllogin{

/*
background-image:URL('../../public/img/provocustoms.svg');
background-repeat:no-repeat;
background-size:cover;

*/
	
}

#loginwaiticon{
display:'';
visibility:hidden;
margin-top:36px;
width:75%	;
	margin-right:auto;
	margin-left:auto;	
}

#loginwaiticon td{

width:50%;	
}

#btnloginotp, #btnloginad{
visibility:hidden;
}

#tr_otp{
visibility:hidden;		
}


/*
Source - https://stackoverflow.com/a/48691861
Posted by Waqas Anwar, modified by community. See post 'Timeline' for change history
Retrieved 2026-02-10, License - CC BY-SA 4.0
when input is populated, do not set blue background


input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
*/