#image-toggle-password {
    float: right;
    position: relative;
    margin-left: -25px;
    margin-top: -30px;
    right: 10px;
    z-index: 2;
}

#image-toggle-password:hover {
    animation: shake 0.3s ease-in-out;
}

/* Hide the 'show password' icon in Microsoft Edge */
input[type="password"]::-ms-reveal {
    display: none;
}

.bi-robot {
    font-size: 3rem;
}