/*.b-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
}*/

input[type=password]:not(.find-overlay__container_input) {
position: relative;
cursor: pointer;
background: #fff;
border: .1rem solid rgba(25,30,39,.16);
box-sizing: border-box;
border-radius: .4rem;
transition: background-color .3s,color .3s;
color: #191e27;
line-height: 2.6rem;
font-size: 1.8rem;
padding: 1rem 3.2rem 1rem 1.6rem;
outline: 0;
width: 100%;
}