/*
 * 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;
}