a.download-button {
  	font-family: 'KB', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
  	font-weight: bold;
    padding: 10px 20px;
		text-transform: uppercase;
  	background-image: none;
  	background-color: #FEF200;
  	color: #000;
  	border: 3px solid #000;
  	border-radius: 0;
  	width: 480px;
  	margin: 0 auto;
  	text-shadow: none;
}

a.download-button:hover {
  	background-image: none;
  	background-color: #000;
  	color: #FEF200;
  	border: 3px solid #FEF200;
}

.ihc-login-form-wrap {
	font-family: 'KB', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 100%;
}

.ihc-login-form-wrap .impu-form-submit input[type="submit"] {
 	background-color: #FEF200 !important;
  color: #000 !important;
  width: 340px;
}

.ihc-login-form-wrap .impu-form-line-fr {
  width: 400px;
}  

.ihc-logout-wrap.ihc-login-template-2 {
  width: 100%;
}

.ihc-logout-wrap.ihc-login-template-2 a {
  background-color: #FEF200 !important;
  color: #000 !important;
  margin: 0 auto;
  width: 200px;
}

p.logout-text {
  font-family: 'OSR', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 18px;
  text-align: center;
  margin-bottom: 4rem;
}

.ihc-login-error {
 	width: 400px; 
  margin: 0 auto;
}