#section-verify label {
	display: block;
	padding: 24px 0 6px 0;
}
#section-verify button {
  margin: 24px 0;
}
#section-success {
  text-align: center;
}
#section-success .fa-check {
  color: #71C803;
  font-size: 72px;
}
#section-success button {
  margin-top: 48px;
}
.hint {
  font-size: 12px;
  line-height: 18px;
  padding-top: 6px;
}
.input-group input {
  float: none;
  width: auto;
  display: block;
}
#ssn {
	width: 100px;
}

.or-header {
	margin-top: 25px;
}

.email-address {
	width: 100%;
}

input::-ms-reveal,
input::-ms-clear {
	display: none;
}

.password-container {
	position: relative;
}

.password-input {
	/*   width is tied to the container width and eye will be outside if not properly correlated */
	width: 100%;
}

.toggle-icon {
	position: absolute;
	top: 15px;
	left: 75px;
	cursor: pointer;
}

