.login h1 a {
  background-image: url('https://epilisisgroup.gr/wp-content/uploads/2020/02/e-01.png');
}



.login input[type="text"]{
  background-color: #ffffff;
  border-color:#dddddd;
  -webkit-border-radius: 4px;
}

.login input[type="password"]{
  background-color: #ffffff;
  border-color:rgba(199,51,85,1);
  -webkit-border-radius: 4px;
}



	.login .button-primary {
	  width: 120px;
	  float:right;
	  background-color:rgba(199,51,85,1) !important;
	  background: -webkit-gradient(linear, left top, left bottom, from(#c73355), to(#c73355));
	  background: -webkit-linear-gradient(top, #c73355, #c73355);
	  background: -moz-linear-gradient(top,#c73355, #c73355);
	  background: -ms-linear-gradient(top, #c73355, #c73355);
	  background: -o-linear-gradient(top, #c73355, #c73355);
	  background-image: -ms-linear-gradient(top, #c73355 0%, #c73355 100%);
	  color: #ffffff;
	  -webkit-border-radius: 4px;
	  border: 1px solid #c73355;
	}
	
	.login .button-primary:hover {
	  background-color:#95193e !important;
	  background: -webkit-gradient(linear, left top, left bottom, from(#95193e), to(#95193e ));
	  background: -webkit-linear-gradient(top, #95193e, #95193e );
	  background: -moz-linear-gradient(top, #95193e, #95193e );
	  background: -ms-linear-gradient(top, #95193e, #95193e );
	  background: -o-linear-gradient(top, #95193e, #95193e );
	  background-image: -ms-linear-gradient(top, #95193e 0%, #95193e 100%);
	  color: #fff;
	  -webkit-border-radius: 4px;
	  border: 1px solid #95193e;
	}



.login #login_error, .login .message, .login .success {    border-left:4px solid #c73355;}