/****** --- Marketing variables---*******/
:root {
	/* Primary color*/
	--primary-btn-bg-color: #740909;
	--primary-btn-hover-bg-color:#740909;

	/* Secondary color*/
	--secondary-btn-bg-color: #000000;
	--secondary-btn-hover-bg-color: #000000;

	/* Signature button color*/
	--sign-btn-bg-color: #006a38;
	--sign-btn-hover-bg-color: #338860;

	/* Reject button color*/
	--reject-btn-bg-color: #ff8200;
	--reject-btn-hover-bg-color: #ff9b33;

	/* Delegate button color*/
	--delegate-btn-bg-color: rgb(87, 87, 86);
	--delegate-btn-hover-bg-color: rgb(67, 64, 64);

	/*  Left menu logo background? Dark or Clear?
		For white logos (dark background): 	--background-logo-color:  #2e3033;
	    For dark logos  (white background): --background-logo-color:  white;
	*/
	--background-logo-color:  white;

	--login-logo-height: 65px;
	--sidebar-logo-height: 40px;
	--sidebar-logo-top: 10px;
}

form#google-login {
  display: none;
}
