h1 {
  color: blue;
  text-align: center;
}

.intro {
    text-align: center;
}

.intro:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 90%;
    padding-top: 20px;
    border-bottom: 1px solid white;
  }

.intro p {
  font-weight: bold;
}

.attr {
  padding: 0 5% 0 5%;
}

.helpLink {
  display: none;
}

.error, .helpText {
  color: red;
  display: none;
  margin-bottom: 2%;
	text-align: center;
}

.show {
  display: block;
}

.entry {
  padding: 0 10% 5% 10%;
}

.entry-item {
  margin-bottom: 3%;
}

input:not([type='button']):not([type='submit']) {
display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.attrEntry {
  margin-bottom: 5px;
}

.divider h2 {
  text-align: center; 
}

.create {
  width: 300px ;
  margin-left: auto ;
  margin-right: auto ;
}

.entry div.buttons {
  padding:unset;
}

.attrEntry div.buttons {
  padding: 5% 0 0 0;
}

.center-vertical {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 4px;
    margin-right: 4px;
}

.center-horizontal {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

	button {
	  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #4E6CA8;
  border-color: #4E6CA8; }
  button:hover {
    color: #fff;
    background-color: #425b8e;
    border-color: #3e5685; }
  button:focus, button.focus {
    box-shadow: 0 0 0 0.2rem rgba(105, 130, 181, 0.5); }
  button.disabled, button:disabled {
    color: #fff;
    background-color: #4E6CA8;
    border-color: #4E6CA8;
    opacity: 0.65; }
  button:not(:disabled):not(.disabled):active, button:not(:disabled):not(.disabled).active,
  .show > button.dropdown-toggle {
    color: #fff;
    background-color: #3e5685;
    border-color: #3a507c; }
    button:not(:disabled):not(.disabled):active:focus, button:not(:disabled):not(.disabled).active:focus,
    .show > button.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(105, 130, 181, 0.5); }

			/*-- Pass reset --*/
			.sendNewCode {
				margin-left: 10px;
			}

			.changeClaims {
				display: none;
			}
