.password {
}

.password .heading {
	height: 40px;
	line-height: 40px;
	margin: 0 0 0 10px;
}

.password .input {
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: none;
	border-bottom: 1px solid #f0f0f0;
}

.password .input.prompt {
	color: #d0d0d0;
}

.password .tipTrigger {
	width: 20px;
	height: 20px;
	background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/tip_s_v1.png);
}

.password .password-tip-container{
	padding: 10px;
}
.password .password-info-container {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.password .password-tip-container .password-info {
	margin-left: 5px;
}

.password .password-tip-container .password-info,
.password .password-tip-container p {
	font-size: 12px;
	color: #797979;
	margin-bottom: 2px;
}

.password .buttonContainer {
  display: flex;
  width: 100%;
  justify-content: space-around;
  margin-top: 20px;
}

.password .previous.action-button {
  background-color: #7c7c7c;
}

.password .action-button {
  width: 140px;
  background-color: #2cdd6b;
  font-family: 'Metropolis Bold';
  font-size: 18px;
  letter-spacing: 3.32px;
  text-align: center;
  color: #ffffff;
  border-radius: 14px;
  cursor: pointer;
  text-transform: uppercase;
  padding: 10px;
}

.password .action-button:hover, .password .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #3fb7e3;
}

.password .tips {
	height: 0;
	overflow: hidden;
}

.password .tips.show {
	height: auto;
}

.password .infoContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  border-bottom: solid 2px rgba(112, 112, 112, 0.1);
}

.password .infoContainer input {
  width: auto;
  margin: 0;
  background-color: transparent;
  font-size: 20px;
  color: #0eb5fe;
  text-align: right;
  height: 50px;
  border: 0;
  opacity: 0.7;
}

.password .infoContainer input::placeholder {
  font-family: 'Metropolis Light';
  font-size: 16px;
  line-height: 1.21;
  letter-spacing: 3.32px;
  color: #0eb5fe;
}

.password .infoContainer .paramTitle {
  font-family: 'Metropolis Regular';
  font-size: 16px;
  line-height: 1.21;
  letter-spacing: 3.32px;
  color: #333333;
}