.autoauth-container {
    display: block;
    position: relative;
}

.autoauth-container input[type="password"] {
    padding-right: 50px;
}

.autoauth-button {
    display: none;
    position: absolute;
    top: 50%;
    right: 10px;
    height: 66%;
    width: 30px;
    translate: 0 -50%;
    cursor: pointer;
}

.autoauth-button.webauthn-supported {
    display: flex;
}

.autoauth-button svg {
    width: 100%;
}

.autoauth-button svg path {
    transition: fill .3s ease;
}

.autoauth-container iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
}

.autoauth-message {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 50000;
    border-radius: 5px;
    padding: 20px;
    background-color: #a00000;
    color: white;
    font-size: 16px;
}
