
.password-eye-field {
    flex-grow: 1;
}
.password-eye-button {
    pointer-events: all !important;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
}

.field-error-icon {
    padding-left: 12px;
}

svg.inline-input-icon {
    width: 18px;
    height: 18px;
    pointer-events: none;
    stroke-width: 2;
    stroke-linecap: round;
}

.input-icon-box {
    position: absolute;
    top: 14px;
    right: 12px;
    display: flex;
    align-items: center;
}

.password-eye-button svg {
    color: black;
}
.password-eye-button:hover svg {
    color: #23A977;
}



input::-ms-reveal,
input::-ms-clear {
    /*Remove IE / Edge password reveal eyes, as we have our own*/
    display: none;
}

.password-criteria-box {
    width: 313px;
    margin: var(--inx-space-l) 0;
    color: #4B4241;
    background-color: #f1f1f4;
    padding: 7px 14px;
    border-radius: 4px;
    align-items: center;
}

.password-criteria-box p {
    margin-bottom: var(--inx-space-xxs);
}

.password-criteria-box > div > span {
    vertical-align: middle;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.password-criteria-box > div > span:nth-of-type(2) {
    margin-left: 8px;
}

.password-criteria-box > div > span > svg {
    height: 14px;
    width: 14px;
}

input[type="text"].input-error, input[type="password"].input-error, input[type="text"]:focus.input-error, input[type="password"]:focus.input-error  {
    border-color: #ff4539;
}

.btn-primary:disabled, .btn-primary:disabled:hover {
    background: #e1e0e0;
    box-shadow: none;
    color: #b9b6b5;
    cursor: not-allowed;
}


.password-input-container {
    display:flex;
    align-items: center;
    position: relative;
}


input[type="text"], input[type="password"]{
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #372E2C;
    background-color: #fbfcfd;
    padding: 0px 12px 0px 12px;
    display: block;
    box-sizing: border-box;
    max-width: 100%;
    height: 35px;
    width: 100%;
    border: 2px solid #e1e0e0;
    border-right-color: rgb(225, 224, 224);
    border-bottom-color: rgb(225, 224, 224);
    border-left-color: rgb(225, 224, 224);
    border-top-color: rgb(225, 224, 224);
    border-right-color: rgb(225, 224, 224);
    border-bottom-color: rgb(225, 224, 224);
    border-left-color: rgb(225, 224, 224);
    border-radius: 4px;
    transition: 1ms;
    margin-top: 5px;
}