.font-weight-500 {
	font-weight: 500;
}
.form-auth-pass {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}
.fas.js-icon-show-pass {
	position: absolute;
    right: 0;
    font-size: 0.9em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 .75rem;
    height: 100%;
}
.form-auth-pass .form-control {
	padding-right: 2rem;
}