.bg-img-disp{
    background-image: linear-gradient(rgba(0,0,0,0.25), rgba(0,0,0,0.0)), url('img/bg.jpg');

}  /* Background Image URL */
.form-custom-label span {color: #ff0000;} /* '*' in form's label */
input,select { border: 1px solid #383838 !important; } /* Border of the input box */
.btn-sign-in { background: #f7ab17;  } /* Button with solid background */
.btn-sign-in-o { border: 2px solid #f7ab17;  } /* Button with solid border */
.error-tooltip{ /* ERROR POPUP FOR REGISTER PAGE */
	background: white;
	border: 1px solid #CACACA;
	color: red;
}
.pwinfo-tooltip{ /* ERROR POPUP FOR REGISTER PAGE */
	background: white;
	border: 1px solid #CACACA;
	color: black;
}
.btn-disabled { background: #A5A5A5; } /* DISABLED BUTTON COLOR */
