.form-pass{
	position: relative;
}

.search-icon{
	position: absolute;
	top: 5px;
	right: 0;
}
.form-pass .field-icon {
    position: absolute;
    top: 0;
    right: 0;
    background: #f4f5f7;
    height: 2.2rem;
    display: inline-block;
    line-height: 2.5rem;
    width: 3rem;
    text-align: center;
    font-size: 1rem;
    color: #222;
}
.btn-flex{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.btn-right{
	margin-left: auto;
}