input[type="password"]::-ms-reveal {
    display: none !important;
}

input[type="password"]::-webkit-credentials-auto-fill-button,
input[type="password"]::-webkit-strong-password-auto-fill-button {
    display: none !important;
}

.authorize-user-group {
    position: relative;
}

.authorize-username {
    padding-right: 30px;
}

.authorize-help-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 20px;
    height: 20px;
}

.authorize-tooltip-text {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 8px;
    z-index: 999999 !important;
    width: 240px;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    font-size: 12px;
    margin-top: 5px;
}

.authorize-password-group {
    display: flex;
    align-items: stretch;
    margin-bottom: 15px;
    border: none;
    background: none;
}

.authorize-password-field {
    flex: 1;
    margin: 0;
    border-radius: 0;
    border-right: none;
}

.authorize-password-toggle {
    cursor: pointer;
    flex: 0 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #07a081;
    border: 1px solid #07a081;
    border-left: none;
    margin: 0;
    padding: 8px;
}

#eyeIconOpen,
#eyeIconClosed {
    width: 20px;
    height: 20px;
}

#eyeIconOpen {
    display: block;
}

#eyeIconClosed {
    display: none;
}

.authorize-external-header {
    color: #ffffff;
    text-align: center;
}

.authorize-provider-item {
    display: block;
}

.authorize-provider-link {
    padding-top: 10px;
}