#forgotUsernameContainer {
    border-radius: 4px;
    margin: 52px auto;
    min-width: 300px;
    padding: 20px 20px 40px;
    position: relative;
    width: 400px;
}

#forgotUsername {
    margin-bottom: 10px;
    width: 100%;
}

#forgotInstructions {
    background-color: #e9ecef;
}

#forgotInstructions, #forgotUsernameSuccess, #forgotUsernameError {
    text-align: center;
    margin: 20px 0 20px;
    font-weight: 500;
    font-size: 14px;
    padding: 10px;
    line-height: 16px;
}

#cancel {
    text-align: center;
}

    #cancel a {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }

        #cancel a .fa-chevron-left {
            font-size: 10px;
            position: relative;
            top: -1px;
            padding-left: 5px;
        }

.forgot-username-overlay {
    background-color: rgba(255,255,255,.5);
    border: none;
    cursor: wait;
    display: none;
    height: 100%;
    min-height: 200px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.forgot-username-overlay-content {
    background-color: rgba(0,0,0,.5);
    border: none;
    border-radius: 10px;
    color: #fff;
    margin: 160px auto 0;
    padding: 15px;
    text-align: center;
    width: 30%;
    z-index: 2001;
}
