/* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */
* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  background-color: #d8e1eb;
  color: #f9f9f9;
  font: 300 1rem/1.5 Helvetica Neue, sans-serif;
  margin: 0;
  min-height: 100%;
}

.align {
  align-items: center;
  display: flex;
  flex-direction: row;
}
.align__item--start {
  align-self: flex-start;
}
.align__item--end {
  align-self: flex-end;
}

.site__logo {
  margin-bottom: 2rem;
}

input {
  border: 0;
  font: inherit;
}

.form__field {
  margin-bottom: 1rem;
}
.form input {
  outline: 0;
  padding: .5rem 1rem;
}


.grid {
  margin: 0 auto;
  max-width: 25rem;
  width: 100%;
}

h2 {
  font-size: 2.75rem;
  font-weight: 100;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

svg {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

a {
  color: #3b5a92;
}

.register {
  box-shadow: 0 0 250px #b6b8c1;
  text-align: center;
  padding: 4rem 2rem;
}

.register input {
  border: 1px solid #d8e1eb;
  border-radius: 999px;
  background-color: #FFFFFF;
  text-align: center;
}

.inputTextClass {
  width: 100%;
  background-repeat: no-repeat;border: 1px solid #3b5a92;color:#3b5a92;
  background-size: 1.5rem;
  background-position: 1rem 50%;
}

.register input[type="submit"] {
  background-image: linear-gradient(160deg, #3b5a92 20%, #3b5a92 70%);
  color: #fff;
  width: 100%;
}
.forgotPassword {
  cursor: pointer;
  color: #3266cc;
}
.swypLogoClass {
  width: 400px;
  /*margin-left: 10%;*/
}

.clientLogoClass {
  width: 200px;
  margin-bottom: 10px;
}
/* dho -> 18/02/2019 -> publicationZone */
.publicationZone {
  width: 720px;
  text-align: center;
  margin-left: 6%;
}
.contributionZone {
/*  text-align: justify;*/
	color: black;
	max-height: 480px;
	max-width: 500px;
	margin: auto;
	margin-top: 15px;
	padding: 10px ;
	border-top: 2px dashed #99b3cc;
	background-color: #fafafa;
	border-radius: 0px 0px 20px 20px;
	background-image: url("../swypLogin/images/divider.png");
	background-repeat: no-repeat;
	background-position: top;
}

.contributionZone img{
	max-width: 450px;
	
}
.hidden {
  display: none;
}

