﻿.login-password-wrapper {
    position: relative;
}

.login-password-box {
    padding-right: 30px; /* leave room for the button inside the textbox */
}

.password-wrapper {
    position: relative;
    display: inline-block;
}

.password-box {
    padding-right: 30px; /* leave room for the button inside the textbox */
    width: 200px;
}


.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: 18px;
}

.fw-bold {
    font-weight: bold;
}