/*
 * Copyright (c) 2023, Black Duck Software, Inc. All rights reserved worldwide.
 */

#rp-dialog, #rp-complete-dialog {
    /*
     * By default, don't display the contents for the password recovery dialogs.
     */
    display: none;
}

#input-forgot-password {
    width: 100%;
}

#login-button-wrapper {
    position: relative;
}

#login-button-throbber {
    position: absolute;
    display: none;
    margin-top: 0;
    top: 18px;
    left: 14px;
}

#login-button {
    margin-top: 10px;
}

img#rp-in-progress-spinner {
    display: block;
    width: 3em;
    height: 3em;
}
/* Skip link for keyboard accessibility */
.skip-link {
    position: absolute;
    left: -9999px;
    top: 0;
    z-index: 999;
    padding: 10px 15px;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border: 2px solid #fff;
}

.skip-link:focus {
    left: 10px;
    top: 10px;
    outline: 3px solid #4a90e2;
}
