.password-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.password-container input{
    width: 100%;
}

.password-eye {
    position: absolute;
    width: 2.625rem;
    left: calc(100% - 3.375rem);
    text-align: center;
    cursor: pointer;
}
