#hide_show_password, #hide_show_password_medium {
	position: relative;
	display: flex;
}
#hide_show_password {
	width: 25em;
}
#hide_show_password_medium {
	width: 232px;
}
a#toggle-password {
	width: 34px;
	height: 28px;
	display: block;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	text-align: center;
	position: absolute;
	background: #fff;
	margin: 1px;
	right: 1px;
}
a#toggle-password span {
	position: relative;
	width: 100%;
	height: 28px;
	line-height: 28px;
}