.toggle-password-button {
	float: right;
	margin-right: -135px;
	margin-top: -25px;
	position: relative;
	z-index: 2;
	cursor: pointer;
	pointer-events: auto;
	color: rgba(0, 0, 0, 0.4);
	transition: all 200ms linear;
}

.toggle-password {
	border-color: #ffa94d;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    font-size: 12px;
    border-radius: 0px 5px 5px 0px;
	padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-image: none;
    background-clip: padding-box;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    font-family: Source Sans Pro, sans-serif;
    width: 190%;
    outline: none;
}