﻿.password-field .btn-clear {
    align-items: center;
    background-color: #fff;
    border: none;
    color: #1b264f;
    display: inline-flex;
    font-size: 15px;
    font-weight: 400;
    height: 30px;
    justify-content: center;
    line-height: 20px;
    margin-left: -31px;
    margin-top: 1px;
    padding: 4px 6px;
    text-align: center
}

.password-field input{
    width: 100%;
}
