﻿.btn-group a {
    margin-right: 4px;
}

.password-wrapper {
    position: relative;
}

.password-eye {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666;
    z-index: 10;
}

    .password-eye:hover {
        color: #000;
    }
